Lesson 5 Ether.js nonce error in deploy.js #5812
Unanswered
roychaadit
asked this question in
Q&A
Replies: 1 comment 11 replies
-
I do not get this error when I deploy the contract the first time. However, after the first time ganache always ends up throwing this error. Why is the nonce ordering not getting updated properly? |
Beta Was this translation helpful? Give feedback.
11 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.
-
I was writing the code for deploying the contract using ether.js and ganache as shown on github and in the tutorial. The following is my code:
However, I am getting the following error which seems to be something pertaining to the nonce of the transaction.
Can someone help me fix this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions