Commit 12c38b08 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #4857 from ethereum-optimism/bugfix/devnet-seq-drift

ci, ctb: Reduce devnet sequencer drift
parents 4f0206c0 e29e4342
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"l1ChainID": 900, "l1ChainID": 900,
"l2ChainID": 901, "l2ChainID": 901,
"l2BlockTime": 2, "l2BlockTime": 2,
"maxSequencerDrift": 300, "maxSequencerDrift": 10,
"sequencerWindowSize": 15, "sequencerWindowSize": 15,
"channelTimeout": 40, "channelTimeout": 40,
"p2pSequencerAddress": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc", "p2pSequencerAddress": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
......
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