-
Notifications
You must be signed in to change 8000 notification settings - Fork 115
'Nonce not supported': when sign the 2nd permit #5653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Essentially what seems to be happening is, the token is failing required Permit calls. This is AAVE on mainnet. Fetching the permit nonce is required and the whole thing fails if the nonce can't be fetched. Quick solution to unblock users:
This will force them to use the regular approval flow. Long term solution:
|
The way we used to call nonces probably changed on AAVE token proxy OR in the provider we are using, and In the lib we are using for checking the permits, when it finds a |
Threads:
https://cowservices.slack.com/archives/C0361CDG8GP/p1746611285016599
https://cowservices.slack.com/archives/C03NXGFJA2U/p1746594122655429
Steps:
AR: impossible: Nonce is NAN error
https://www.loom.com/share/e4778ade60be464aa9af04bc7f968f19
ER: it should be possible to place an order
Cases when user faced this error:
In most of cases the error happens with signing a permit request for a token.
The text was updated successfully, but these errors were encountered: