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
676b7342
Unverified
Commit
676b7342
authored
Jan 15, 2025
by
Matthew Slipper
Committed by
GitHub
Jan 15, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-deployer: Holocene defaults (#13783)
* op-deployer: Default to holocene * Add contracts v180 tag
parent
4da39879
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
standard.go
op-deployer/pkg/deployer/standard/standard.go
+2
-1
deploy_config.go
op-deployer/pkg/deployer/state/deploy_config.go
+1
-0
No files found.
op-deployer/pkg/deployer/standard/standard.go
View file @
676b7342
...
...
@@ -31,6 +31,7 @@ const (
Eip1559Elasticity
uint64
=
6
ContractsV160Tag
=
"op-contracts/v1.6.0"
ContractsV180Tag
=
"op-contracts/v1.8.0-rc.4"
ContractsV170Beta1L2Tag
=
"op-contracts/v1.7.0-beta.1+l2-contracts"
)
...
...
@@ -46,7 +47,7 @@ var L1VersionsSepolia L1Versions
var
L1VersionsMainnet
L1Versions
var
DefaultL1ContractsTag
=
ContractsV1
6
0Tag
var
DefaultL1ContractsTag
=
ContractsV1
8
0Tag
var
DefaultL2ContractsTag
=
ContractsV170Beta1L2Tag
...
...
op-deployer/pkg/deployer/state/deploy_config.go
View file @
676b7342
...
...
@@ -80,6 +80,7 @@ func CombineDeployConfig(intent *Intent, chainIntent *ChainIntent, state *State,
L2GenesisEcotoneTimeOffset
:
op_service
.
U64UtilPtr
(
0
),
L2GenesisFjordTimeOffset
:
op_service
.
U64UtilPtr
(
0
),
L2GenesisGraniteTimeOffset
:
op_service
.
U64UtilPtr
(
0
),
L2GenesisHoloceneTimeOffset
:
op_service
.
U64UtilPtr
(
0
),
UseInterop
:
intent
.
UseInterop
,
},
L2CoreDeployConfig
:
genesis
.
L2CoreDeployConfig
{
...
...
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