Replies: 1 comment 1 reply
-
I think this plugin attempts to do that, but I haven't tried it yet. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanna to create an application for simulate transacation with Hardhat networking forking feature (check the ERC20 token buy and sell tax fee)
I try to config
mining mode
toauto
orinterval
. But it just mine a fake block (not real sync with mainnet), So I cannot get real data from mainnet.In order to always sync with mainnet, I have to restart hardhat networking forking every
12s
(the normal block generation time in ethereum). It is painful.Thanks
Beta Was this translation helpful? Give feedback.
All reactions