-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
fix: remove immutables from superchain erc20 beacon #12207
fix: remove immutables from superchain erc20 beacon #12207
Conversation
* fix: remove immutables from superchain erc20 beacon * test: add superchain erc20 beacon tests
cc @agusduha Looks like this needs a rebase now |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12207 +/- ##
===========================================
- Coverage 64.10% 63.91% -0.19%
===========================================
Files 52 52
Lines 4312 4312
===========================================
- Hits 2764 2756 -8
- Misses 1374 1383 +9
+ Partials 174 173 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Head branch was pushed to by a user without write access
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 straighforward, LGTM
…erchain-beacon fix: merge develop
3af1faf
…m#12207) * fix: remove immutables from superchain erc20 beacon (ethereum-optimism#67) * fix: remove immutables from superchain erc20 beacon * test: add superchain erc20 beacon tests * fix: superchain erc20 beacon interface (ethereum-optimism#99)
Description
The
OptimismSuperchainERC20Beacon
became proxiable in #11617 so we need to remove immutables variables from it.Tests
Add
OptimismSuperchainERC20BeaconTest