Commit 8398e25f authored by Tyler Smith's avatar Tyler Smith Committed by GitHub

interop-devnet,fix: Add newly required op-supervisor flags. (#13343)

* interop-devnet,fix: Add newly required op-supervisor flags.

* interop,tweak: Add interop.jwt-secret flags to op-nodes.
parent 89015e18
......@@ -84,6 +84,7 @@ services:
volumes:
- "supervisor_data:/db"
- "./depset.json:/depset.json"
- "${PWD}/../ops-bedrock/test-jwt-secret.txt:/config/jwt-secret.txt"
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-supervisor:devnet
command: >
op-supervisor
......@@ -92,7 +93,9 @@ services:
--rpc.addr="0.0.0.0"
--rpc.port=8545
--rpc.enable-admin
--l1-rpc="http://l1:8545"
--l2-consensus.nodes="http://op-node-a:9645,http://op-node-b:9645"
--l2-consensus.jwt-secret=/config/jwt-secret.txt
environment:
OP_SUPERVISOR_METRICS_ENABLED: "true"
......@@ -159,6 +162,7 @@ services:
--interop.supervisor=http://op-supervisor:8545
--interop.rpc.addr=0.0.0.0
--interop.rpc.port=9645
--interop.jwt-secret=/config/jwt-secret.txt
--sequencer.enabled
--sequencer.l1-confs=0
--verifier.l1-confs=0
......@@ -213,6 +217,7 @@ services:
--interop.supervisor=http://op-supervisor:8545
--interop.rpc.addr=0.0.0.0
--interop.rpc.port=9645
--interop.jwt-secret=/config/jwt-secret.txt
--sequencer.enabled
--sequencer.l1-confs=0
--verifier.l1-confs=0
......
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