-
Notifications
You must be signed in to change notification settings - Fork 183
Add ERC1363 to wizard #500
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
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
I confirm that I have read and hereby agree to the OpenZeppelin Contributor License Agreement |
CoveMB
left a comment
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.
Thanks, let's also add an entry in CHANGELOG.md
| public␊ | ||
| view␊ | ||
| override(ERC20Bridgeable, AccessControl)␊ | ||
| override(ERC20Bridgeable, AccessControl, ERC1363)␊ |
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.
I'm curious how ordering is done. Not a blocker (I'd merge like that) but if we can clarify this in a further PR that would be great.
Add ERC1363 as available extension for ERC20 tokens.