AA25 invalid account nonce
The nonce of the user operation is invalid.
Possible solutions
- Verify that you are using the correct
noncefor the user operation. Thenonceshould be the current nonce of the smart account for the selectedkey. Consider leveraging functions likegetAccountNonce.- Make sure that you are not reusing a nonce that has already been used.
- 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 custom nonce
keyto send parallel transactions. See How to Send Multiple Transactions.