Skip to content

Commit

Permalink
Increase sequencer window size to 12 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 9, 2024
1 parent b091482 commit 6f21e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testnet/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ func Main(cliCtx *cli.Context) error {
config.EnableGovernance = false
config.L1BlockTime = 2
config.L2BlockTime = 1
config.SequencerWindowSize = 3600 * 6 // to account for L2 block time
config.BatchInboxAddress = batchInboxAddress
config.FinalizationPeriodSeconds = 1
config.UseAltDA = true
Expand Down

0 comments on commit 6f21e2e

Please sign in to comment.