-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feat add erc20 wrapping delegate #509
base: development
Are you sure you want to change the base?
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.
looks mostly good, only the storage layout order should be adhered to
I am only hesitant if we need to have the ability to change/update the wrapping instance - we could add that fn if needed, but there shouldn't be such need if we have enough confidence in the ERC20Wrapper contract's security
…o feat/add-erc20wrappingdelegator
I will make some minor changes and then merge it |
Description
Type of change
High-level change(s) description - from the user's perspective
Related Issue(s)
Fixes
Related pull request(s)