Skip to content

Commit

Permalink
run da switching test on holocene and activate prague at genesis with…
Browse files Browse the repository at this point in the history
… HoloceneSystemConfig
  • Loading branch information
geoknee committed Jan 31, 2025
1 parent c156a2c commit cedf566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/system/da/eip4844_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func TestBatcherAutoDA(t *testing.T) {
defer cancel()

// System setup
cfg := e2esys.EcotoneSystemConfig(t, new(hexutil.Uint64))
cfg := e2esys.HoloceneSystemConfig(t, new(hexutil.Uint64))
cfg.DataAvailabilityType = batcherFlags.AutoType
// We set the genesis fee values and block gas limit such that calldata txs are initially cheaper,
// but then manipulate the fee markets over the coming L1 blocks such that blobs become cheaper again.
Expand Down
1 change: 1 addition & 0 deletions op-e2e/system/e2esys/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ func GraniteSystemConfig(t *testing.T, graniteTimeOffset *hexutil.Uint64, opts .

func HoloceneSystemConfig(t *testing.T, holoceneTimeOffset *hexutil.Uint64, opts ...SystemConfigOpt) SystemConfig {
cfg := GraniteSystemConfig(t, &genesisTime, opts...)
cfg.DeployConfig.L1PragueTimeOffset = &genesisTime
cfg.DeployConfig.L2GenesisHoloceneTimeOffset = holoceneTimeOffset
return cfg
}
Expand Down

0 comments on commit cedf566

Please sign in to comment.