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
f6810a40
Unverified
Commit
f6810a40
authored
Nov 18, 2024
by
blaine
Committed by
GitHub
Nov 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: opcm mainnet deploy. (#12953)
parent
29f76e54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
standard.go
op-deployer/pkg/deployer/standard/standard.go
+2
-3
No files found.
op-deployer/pkg/deployer/standard/standard.go
View file @
f6810a40
...
...
@@ -133,9 +133,8 @@ func CommitForDeployTag(tag string) (string, error) {
func
ManagerImplementationAddrFor
(
chainID
uint64
)
(
common
.
Address
,
error
)
{
switch
chainID
{
case
1
:
// Generated using the bootstrap command on 10/18/2024.
// TODO: @blmalone this needs re-bootstrapped because it's still proxied
return
common
.
HexToAddress
(
""
),
nil
// Generated using the bootstrap command on 11/18/2024.
return
common
.
HexToAddress
(
"0x9bc0a1ed534bfb31a6be69e5b767cba332f14347"
),
nil
case
11155111
:
// Generated using the bootstrap command on 11/15/2024.
return
common
.
HexToAddress
(
"0xde9eacb994a6eb12997445f8a63a22772c5c4313"
),
nil
...
...
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