How can I have a real-time forked mainnet? #5356
Unanswered
0xAWM
asked this question in
General Q&A
Replies: 1 comment
-
Hey @MathGO thanks for bringing this up. It's actually a very common request, but from a technical perspective it's highly improbable to implement this. We are looking at ways that we could do something similar to this in the future but at the moment Ganache doesn't support this feature. Hope this helps answer your question! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Simulate Live Networks with Forked Sandboxes we know that that's easy to fork a mainnet from a given block number.
I want to have a real-time forked mainnet. I mean that when I send a transaction to the forked network, it's always communicate with the rpc in the latest block rather that the state when I run the fork command.
Beta Was this translation helpful? Give feedback.
All reactions