We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this error comes up from the deploy scripts 100_post_deployment.ts
Error cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] ( reason="execution reverted", method="estimateGas", transaction={ "from":"0xBDA87452eDD9c15D0EEA25120410f329fEAA2D78", "to":"0x1DeB9157508316A24BC0527444B142f563705BD0", "data":"0xec78f90b0000000000000000000000000000000000000000000000000000000000000001", "accessList":null }, error={ "code":-32000, "message":"execution reverted" }, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.6.6 )
steps to reproduce
The text was updated successfully, but these errors were encountered:
I am having the same error. Have you been able to solve it?
Sorry, something went wrong.
No branches or pull requests
this error comes up from the deploy scripts 100_post_deployment.ts
Error
cannot estimate gas;
transaction may fail or may require manual gas limit
[ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ]
(
reason="execution reverted",
method="estimateGas",
transaction={
"from":"0xBDA87452eDD9c15D0EEA25120410f329fEAA2D78",
"to":"0x1DeB9157508316A24BC0527444B142f563705BD0",
"data":"0xec78f90b0000000000000000000000000000000000000000000000000000000000000001",
"accessList":null
},
error={
"code":-32000,
"message":"execution reverted"
},
code=UNPREDICTABLE_GAS_LIMIT,
version=providers/5.6.6
)
steps to reproduce
The text was updated successfully, but these errors were encountered: