Skip to content
New issue

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

UNPREDICTABLE_GAS_LIMIT #315

Open
adeojoemmanuel opened this issue May 22, 2022 · 1 comment
Open

UNPREDICTABLE_GAS_LIMIT #315

adeojoemmanuel opened this issue May 22, 2022 · 1 comment

Comments

@adeojoemmanuel
Copy link

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

  • clone
  • yarn install
  • yarn compile
  • uncomment rinkeby from hardhat config
  • yarn deploy:rinkeby
@kingfavourjudah
Copy link

I am having the same error. Have you been able to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants