Replies: 2 comments 8 replies
-
See: https://docs.ethers.io/v5/api/experimental/#experimental-noncemanager |
Beta Was this translation helpful? Give feedback.
7 replies
-
Will nonce manager have any effect after the introduction of "merge" proof of stake. Thanks in advance . :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
When i try to send multiple transactions one after the other, i get nonce errors where getTransactionCount is giving same values or sometimes even smaller values. for eg: if the current transaction count is 4 and i send three new transactions, i get values 5,5,2 repectively.
I read some discussions about the nonce manager but could not implement it in the correct way. Got errors such as "unknon address"..
Can anyone help with an example of how to use nonce manager correctly? The documentation available did not help much.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions