You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I have a Nodejs api which listens to events emitted on my contract, and calls another method on the contract.
I am able to call the method when the event is first received but the second time it throws a nonce too low ;
And it doesn't seem to work when sending multiple requests in parallel (using infura).
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a Nodejs api which listens to events emitted on my contract, and calls another method on the contract.
I am able to call the method when the event is first received but the second time it throws a
nonce too low
;And it doesn't seem to work when sending multiple requests in parallel (using infura).
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: