Replies: 2 comments 7 replies
-
Hello @BBTDR Your if you are connecting to ganache your const provider = new ethers.providers.JsonRpcProvider("HTTP://127.0.0.1:8545") |
Beta Was this translation helpful? Give feedback.
4 replies
-
read this https://stackoverflow.com/questions/75740116/how-do-i-connect-to-ganache-with-ethers |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
When I ran the deploy.js file and successfully deployed the SimpleStorage contract, my Ganache account did not decrease any ETH. My terminal displays "payable: false." Why is this happening?
Here is my code.
And here is the content displayed in the terminal.
Beta Was this translation helpful? Give feedback.
All reactions