Replies: 1 comment
-
You can pass in a await Contract.connect(<signer>).<method>(<args>, {gasLimit: 1000000}); (moving to discussions) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Right now I've got a transaction that reverts at the gas estimation step, which means it does not get sent to the underlying Hardhat node. Is there a way to force the transaction to get broadcast?
I'm using the syntax:
I can see that the
estimateGas
step failed and nosendTransaction
was attempted:Beta Was this translation helpful? Give feedback.
All reactions