Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
b322d5be
Unverified
Commit
b322d5be
authored
Nov 19, 2024
by
blaine
Committed by
GitHub
Nov 20, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: new spolia deploy (#12956)
parent
c46e8bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
standard.go
op-deployer/pkg/deployer/standard/standard.go
+7
-3
No files found.
op-deployer/pkg/deployer/standard/standard.go
View file @
b322d5be
...
@@ -134,10 +134,14 @@ func ManagerImplementationAddrFor(chainID uint64) (common.Address, error) {
...
@@ -134,10 +134,14 @@ func ManagerImplementationAddrFor(chainID uint64) (common.Address, error) {
switch
chainID
{
switch
chainID
{
case
1
:
case
1
:
// Generated using the bootstrap command on 11/18/2024.
// Generated using the bootstrap command on 11/18/2024.
return
common
.
HexToAddress
(
"0x9bc0a1ed534bfb31a6be69e5b767cba332f14347"
),
nil
// Verified against compiled bytecode at:
// https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts-v160-artifacts-opcm-redesign-backport
return
common
.
HexToAddress
(
"0x9BC0A1eD534BFb31a6Be69e5b767Cba332f14347"
),
nil
case
11155111
:
case
11155111
:
// Generated using the bootstrap command on 11/15/2024.
// Generated using the bootstrap command on 11/18/2024.
return
common
.
HexToAddress
(
"0xde9eacb994a6eb12997445f8a63a22772c5c4313"
),
nil
// Verified against compiled bytecode at:
// https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts-v160-artifacts-opcm-redesign-backport
return
common
.
HexToAddress
(
"0x760B1d2Dc68DC51fb6E8B2b8722B8ed08903540c"
),
nil
default
:
default
:
return
common
.
Address
{},
fmt
.
Errorf
(
"unsupported chain ID: %d"
,
chainID
)
return
common
.
Address
{},
fmt
.
Errorf
(
"unsupported chain ID: %d"
,
chainID
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment