-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"checkError" incorrectly for used nonce. #2846
Comments
I’ll look into this in the morning. |
I've tested this on Ropsten, and the string I get is still "nonce too low", there is no |
I have tested on kovan. Geth nodes return "nonce too low". |
I was able to reproduce on Kovan and will get a fix out today. Thanks! :) |
This has been fixed in 5.6.4. Please try it out and let me know if you have any issues. Thanks! :) |
Please, update also REPLACEMENT_UNDERPRICED for OE, in my libs: if (message.match(/replacement transaction underpriced|Transaction gas price (supplied|\d+wei) is too low/)) { ethers.js supports only GETH version |
I've added the change for REPLACEMENT_TRANSACITON too. Thanks! :) |
Discussed in #2845
Originally posted by timaiv March 26, 2022
ethers.js check "nonce too low".
Currently alchemy and infura nodes return "nonce is too low".
The text was updated successfully, but these errors were encountered: