Replies: 1 comment 4 replies
-
What do you mean by "increase the time"? What you can do is to configure interval mining, so that blocks are mined every N seconds. If what you want is to delay the mining/execution of each transaction by a given value, that's not easy to do, but you could extend the provider to do it (this is an advanced feature though) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys, i have a question, is possible to increase the time when i have a node running with
npx hardhat node
?, i wanna test some functions that need to increment the time, i know i can do it in test cases, but actually i am doing some tests on my backend api and when the transaction is done i wanna test if the websocket is emited to the frontendsumary : any knows a way to increase the time when are runned with
npx hardhat node
?thanks for read and have a nice week :)
Beta Was this translation helpful? Give feedback.
All reactions