Replies: 1 comment
-
see here (Lesson 5: Can't Deploy Running into Issue #5648) |
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.
-
I am trying to deploy a contract to a local ganache network using Nodejs v20. Nodejs is able to connect with local Ganache but the deploy() method is giving following error:
Error: missing revert data (action="estimateGas", data=null, reason=null, transaction={ "data": "0x608060405234801561000f575f8....", "from": "0xfeBaeDDecD30....", "to": null }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.6.1)
It is trying to call this eth_estimateGas function and it fails. I am using solcjs to compile the Solidity contract using the command
solcjs --bin --abi SimpleStorage.sol
These are the versions:
Environment
node.js (v20)
Environment (Other)
Local ganache
Beta Was this translation helpful? Give feedback.
All reactions