-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add permit
support for stETH
#440
Comments
The implementation is tricky for the current (0.4.24) solidity version of Technical background |
Decided to re-open because V2 isn't deployed on mainnet yet. |
stETH
, as an ERC-20 conformant token, has support for allowances management (approve
andtransferFrom
).wstETH
, as a wrapper token forstETH
, also has support for EIP-2612 (akapermit
).For the sake of better composability and design consistency, it's better to implement
permit
also forstETH
itself.The text was updated successfully, but these errors were encountered: