-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Update dependency on superchain-registry #9929
Conversation
WalkthroughWalkthroughThe modifications across the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9929 +/- ##
===========================================
- Coverage 28.25% 25.26% -2.99%
===========================================
Files 165 102 -63
Lines 7295 3554 -3741
Branches 1335 576 -759
===========================================
- Hits 2061 898 -1163
+ Misses 5128 2625 -2503
+ Partials 106 31 -75
Flags with carried forward coverage won't be shown. Click here to find out more. |
…d3dbd1605dd43f419e838584abd0ec163d462b
4091852
to
327e360
Compare
found a few places I also wanna remove for consistency, requesting other review
5c7be58
to
dd2aadf
Compare
* go get github.com/ethereum-optimism/superchain-registry/superchain@52d3dbd1605dd43f419e838584abd0ec163d462b * make mod-tidy * remove goerli chaincfg * op-program: replace references to goerli with sepolia * op-node: remove references to goerli or replace with sepolia * remove unused var * go: update op-geth to latest v1.101308.4-rc.1 * op-node: remove Goerli references & config overrides --------- Co-authored-by: Sebastian Stammler <[email protected]>
Pulls in removal of the goerli superchain. To get tests passing, I had to change references to Goerli throughout the monorepo, either removing or replacing with sepolia.