You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when I try to create a new token. It happens on http://nft-minter.herokuapp.com/ as well as on my local deployment.
How to reproduce
Open minter frontend
Create new token: Happens with both the contract owner address or personal wallet address.
Error message
cannot estimate gas; transaction may fail or may require manual gas limit (error={"code":-32000,"message":"execution reverted"}, method="estimateGas", transaction={"from":"0x549deAF2d8819B49Bae0C4d43Da90D65dCBF29C9","to":"0xd7E37BBA4eF7e2f11d12df84D9635fe5c4b91255","data":"0xe38e3b24000000000000000000000000243566e830705ce95b09ae66705c8b291b3333100000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.0.24)
Current environment
Google chrome 89.0.4389.90
Metamask 9.2.0
The text was updated successfully, but these errors were encountered:
Here you could try this since you're using hardhart networks: { hardhat: {}, rinkeby: { url: 'API_KEY', accounts: [0x00], gas: 2100000, gasPrice: 8000000000 }, }
I get this error when I try to create a new token. It happens on http://nft-minter.herokuapp.com/ as well as on my local deployment.
How to reproduce
Error message
Current environment
The text was updated successfully, but these errors were encountered: