Commit 676b7342 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

op-deployer: Holocene defaults (#13783)

* op-deployer: Default to holocene

* Add contracts v180 tag
parent 4da39879
...@@ -31,6 +31,7 @@ const ( ...@@ -31,6 +31,7 @@ const (
Eip1559Elasticity uint64 = 6 Eip1559Elasticity uint64 = 6
ContractsV160Tag = "op-contracts/v1.6.0" ContractsV160Tag = "op-contracts/v1.6.0"
ContractsV180Tag = "op-contracts/v1.8.0-rc.4"
ContractsV170Beta1L2Tag = "op-contracts/v1.7.0-beta.1+l2-contracts" ContractsV170Beta1L2Tag = "op-contracts/v1.7.0-beta.1+l2-contracts"
) )
...@@ -46,7 +47,7 @@ var L1VersionsSepolia L1Versions ...@@ -46,7 +47,7 @@ var L1VersionsSepolia L1Versions
var L1VersionsMainnet L1Versions var L1VersionsMainnet L1Versions
var DefaultL1ContractsTag = ContractsV160Tag var DefaultL1ContractsTag = ContractsV180Tag
var DefaultL2ContractsTag = ContractsV170Beta1L2Tag var DefaultL2ContractsTag = ContractsV170Beta1L2Tag
......
...@@ -80,6 +80,7 @@ func CombineDeployConfig(intent *Intent, chainIntent *ChainIntent, state *State, ...@@ -80,6 +80,7 @@ func CombineDeployConfig(intent *Intent, chainIntent *ChainIntent, state *State,
L2GenesisEcotoneTimeOffset: op_service.U64UtilPtr(0), L2GenesisEcotoneTimeOffset: op_service.U64UtilPtr(0),
L2GenesisFjordTimeOffset: op_service.U64UtilPtr(0), L2GenesisFjordTimeOffset: op_service.U64UtilPtr(0),
L2GenesisGraniteTimeOffset: op_service.U64UtilPtr(0), L2GenesisGraniteTimeOffset: op_service.U64UtilPtr(0),
L2GenesisHoloceneTimeOffset: op_service.U64UtilPtr(0),
UseInterop: intent.UseInterop, UseInterop: intent.UseInterop,
}, },
L2CoreDeployConfig: genesis.L2CoreDeployConfig{ L2CoreDeployConfig: genesis.L2CoreDeployConfig{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment