Nonce too high

What it means

Your wallet sent a transaction with a nonce too high from the the most recent onchain nonce. How far the nonce can be ahead of the onchain nonce is dependent on the chain.

Example: The sender wallet recently sent a transaction with nonce 55 and tried to send a new transaction with nonce 65.

How to fix it

Limit the number of in-flight transactions sent from a sender wallet. If your wallet is sending transactions in large bursts, control throughput with a queue pattern.

If you plan to send transactions at production scale (1000+ rps), consider using thirdweb Engine to manage nonces. See Sending more than one transaction at a time is easy, right? for challenges with nonce management.

Did this answer your question?
😞
😐
🤩