Commit 5f5d2fda authored by protolambda's avatar protolambda

op-e2e: fix outdated TestRequiredProtocolVersionChangeAndHalt config tweak,...

op-e2e: fix outdated TestRequiredProtocolVersionChangeAndHalt config tweak, just purely rely on rollup-config defaults of setup
parent 6c697865
...@@ -1487,8 +1487,6 @@ func TestRequiredProtocolVersionChangeAndHalt(t *testing.T) { ...@@ -1487,8 +1487,6 @@ func TestRequiredProtocolVersionChangeAndHalt(t *testing.T) {
InitParallel(t) InitParallel(t)
cfg := DefaultSystemConfig(t) cfg := DefaultSystemConfig(t)
// activate the functionality by updating the config // TODO may need to just activate it by default in op-e2e?
cfg.Nodes["verifier"].Rollup.ProtocolVersionsAddress = cfg.L1Deployments.ProtocolVersions
// to speed up the test, make it reload the config more often, and do not impose a long conf depth // to speed up the test, make it reload the config more often, and do not impose a long conf depth
cfg.Nodes["verifier"].RuntimeConfigReloadInterval = time.Second * 5 cfg.Nodes["verifier"].RuntimeConfigReloadInterval = time.Second * 5
cfg.Nodes["verifier"].Driver.VerifierConfDepth = 1 cfg.Nodes["verifier"].Driver.VerifierConfDepth = 1
......
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