Skip to content

Commit 676b734

Browse files
authored
op-deployer: Holocene defaults (#13783)
* op-deployer: Default to holocene * Add contracts v180 tag
1 parent 4da3987 commit 676b734

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

op-deployer/pkg/deployer/standard/standard.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const (
3131
Eip1559Elasticity uint64 = 6
3232

3333
ContractsV160Tag = "op-contracts/v1.6.0"
34+
ContractsV180Tag = "op-contracts/v1.8.0-rc.4"
3435
ContractsV170Beta1L2Tag = "op-contracts/v1.7.0-beta.1+l2-contracts"
3536
)
3637

@@ -46,7 +47,7 @@ var L1VersionsSepolia L1Versions
4647

4748
var L1VersionsMainnet L1Versions
4849

49-
var DefaultL1ContractsTag = ContractsV160Tag
50+
var DefaultL1ContractsTag = ContractsV180Tag
5051

5152
var DefaultL2ContractsTag = ContractsV170Beta1L2Tag
5253

op-deployer/pkg/deployer/state/deploy_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func CombineDeployConfig(intent *Intent, chainIntent *ChainIntent, state *State,
8080
L2GenesisEcotoneTimeOffset: op_service.U64UtilPtr(0),
8181
L2GenesisFjordTimeOffset: op_service.U64UtilPtr(0),
8282
L2GenesisGraniteTimeOffset: op_service.U64UtilPtr(0),
83+
L2GenesisHoloceneTimeOffset: op_service.U64UtilPtr(0),
8384
UseInterop: intent.UseInterop,
8485
},
8586
L2CoreDeployConfig: genesis.L2CoreDeployConfig{

0 commit comments

Comments
 (0)