Commit 1f787171 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5374 from ethereum-optimism/jg/faster_l2_time_in_op_e2e

op-e2e: 1s L2 block time
parents 4564c7cc d35d4aef
......@@ -68,7 +68,7 @@ func DefaultSystemConfig(t *testing.T) SystemConfig {
deployConfig := &genesis.DeployConfig{
L1ChainID: 900,
L2ChainID: 901,
L2BlockTime: 2,
L2BlockTime: 1,
FinalizationPeriodSeconds: 60 * 60 * 24,
MaxSequencerDrift: 10,
......
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