-
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
Add Base Mainnet chain ID and contracts #6315
Add Base Mainnet chain ID and contracts #6315
Conversation
|
✅ Deploy Preview for opstack-docs canceled.
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #6315 +/- ##
===========================================
- Coverage 44.64% 44.49% -0.15%
===========================================
Files 432 432
Lines 28977 28978 +1
Branches 712 712
===========================================
- Hits 12937 12894 -43
- Misses 14975 15017 +42
- Partials 1065 1067 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Hype! Congrats on the launch
Add Base Mainnet chain ID and contracts
Description
Adding Base Mainnet chain ID to the
L2ChainID
enum in types and the L1 contract info toCONTRACT_ADDRESSES
. Contracts sourced from https://docs.base.org/network-information#l1-contract-addressesTests
No tests, just type changes.
Additional context
Add any other context about the problem you're solving.
Metadata