This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
It seems that ganache uses Does ganache have local cache to store these data? It seems the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm playing with this script (
src/chains/ethereum/ethereum/tests/forking/myscript.ts
). My plan is to understand how mainnet fork works so I just put my script in thesrc
directory.There are
eth_blockNumber
and someeth_getTransactionCount
requests. But why is there noeth_getTransactionByBlockNumberAndIndex
?Not sure what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions