-
Notifications
You must be signed in to change notification settings - Fork 213
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
Remove SafeERC20 logic from cstETH #209 #216
Conversation
I noticed that Lido.sol stil continues using Then figured out that it was copied from Aragon that has safeERC20 baked in https://github.com/aragon/aragonOS/blob/07d309f5e81c768269dfc49373d41fac4528ebd2/contracts/common/VaultRecoverable.sol#L38 |
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.
IMHO, just adding a comment that safeTransfer
implementation comes from the library would be enough. But either way is fine, I don't have a strong opinion here.
Agreed to assign @skozin to merge this |
Remove SafeERC20 logic from cstETH lidofinance#209
Closes #209