trufflesuite / truffle-hdwallet-provider

HD Wallet-enabled Web3 provider
MIT License
401 stars 167 forks source link

Error: nonce too low and gas estimation #109

Open raashidjunaid1 opened 3 years ago

raashidjunaid1 commented 3 years ago

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!