Skip to content

Commit

Permalink
interop-devnet,fix: Add newly required op-supervisor flags. (ethereum…
Browse files Browse the repository at this point in the history
…-optimism#13343)

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

* interop,tweak: Add interop.jwt-secret flags to op-nodes.
  • Loading branch information
tyler-smith authored Dec 10, 2024
1 parent 89015e1 commit 8398e25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions interop-devnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8398e25

Please sign in to comment.