Commit 0b1ad56b authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

contracts-bedrock: update max sequencer drift config (#2913)

Update it from 10 to 1000. It seems to reduce the
reorg issues but not completely. The bug should be
fixed, this is just a temporary bandaid to allow the
system to run in a more stable fashion.
Co-authored-by: default avatarJoshua Gutow <jgutow@optimism.io>
Co-authored-by: default avatarJoshua Gutow <jgutow@optimism.io>
parent 13fe565a
......@@ -44,7 +44,7 @@ const config = {
deploymentWaitConfirmations: 1,
maxSequencerDrift: 10,
maxSequencerDrift: 1000,
sequencerWindowSize: 4,
channelTimeout: 40,
......
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