We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What problem are you trying to solve? User are confused when seeing "you grant permission for this contract to spend up to 1.158e+59 of your DAI"
Describe the solution you'd like User would more easily understand "you grant permission for this contract to spend an unlimited amount of your DAI"
Additional context if (approveAmount == uint(-1)) : UxMessage = "an unlimited amount"
The text was updated successfully, but these errors were encountered:
@p-s-dev agree, the confirm screen for Approves can be pretty daunting, we'll be taking a look shortly.
Sorry, something went wrong.
Very excited for this change to be made. Will clear up a lot of confusion for users. Thanks.
This was implemented in #7271
No branches or pull requests
What problem are you trying to solve?
User are confused when seeing "you grant permission for this contract to spend up to 1.158e+59 of your DAI"
Describe the solution you'd like
User would more easily understand "you grant permission for this contract to spend an unlimited amount of your DAI"
Additional context
if (approveAmount == uint(-1)) : UxMessage = "an unlimited amount"
The text was updated successfully, but these errors were encountered: