Commit 970d867f authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #8065 from ethereum-optimism/jg/fixup_pgn_sepolia_config

op-node: Fixup PGN Sepolia Rollup Config
parents 57413031 dce1e2f0
......@@ -110,5 +110,9 @@ func LoadOPStackRollupConfig(chainID uint64) (*Config, error) {
cfg.ChannelTimeout = 120
cfg.MaxSequencerDrift = 1200
}
if chainID == pgnSepolia {
cfg.MaxSequencerDrift = 1000
cfg.SeqWindowSize = 7200
}
return cfg, nil
}
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