AA25 Invalid account nonce
The nonce is invalid.
The nonce
of the user operation is invalid. The user operation may be re-using an old nonce, or formatted the nonce incorrectly.
Solutions
- Check that you are using the correct
nonce
for the user operation.- Use the
getNonce
function to check thenonce
, or call thegetNonce
function in the EntryPoint contract. - Make sure that you are not using a nonce that is too far in the future (more than 10 higher than the current nonce).
- Verify that the
nonce
is formatted correctly.
- Use the
Updated 7 months ago