-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feature: ERC20 approve #997
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
@@ -461,7 +461,8 @@ | |||
"cancel_tx_title": "Attempt to cancel?", | |||
"cancel_tx_message": "Submitting this attempt does not guarantee your original transaction will be cancelled. If the canellation attempt is successful, you will be charged the transaction fee above.", | |||
"nevermind": "Nevermind", | |||
"gasCancelFee": "Gas Cancellation Fee" | |||
"gasCancelFee": "Gas Cancellation Fee", | |||
"approve_warning": "By approving this action, you grant permission for this contract to spend up to" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you will grant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is what we're saying on the extension 🤷♂
@@ -453,7 +453,8 @@ | |||
"value_not_available": "No disponible", | |||
"rate_not_available": "Conversión no disponible", | |||
"optional": "Opcional", | |||
"no_address_for_ens": "No existe dirección para nombre ENS" | |||
"no_address_for_ens": "No existe dirección para nombre ENS", | |||
"approve_warning": "Al aprobar esta acción, otorgas permiso para que este contrato gaste hasta" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otorgarás
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, QA Passed 👍
* rm unnecessary code * mv calculations to didmount instead of render * render approve info * render alert * fix missing locales * render contract information * delete empty * snaps * left
Description
transaction.optional
Checklist
Issue
Resolves #809