From c057ea791a6096f1955a4876406b4d3e3b7f87c1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:03:25 +0200 Subject: [PATCH] fix --- op-zircuit-mainnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-zircuit-mainnet.yml b/op-zircuit-mainnet.yml index 16d0ff6d..bb521e54 100644 --- a/op-zircuit-mainnet.yml +++ b/op-zircuit-mainnet.yml @@ -9,7 +9,7 @@ services: # pass the L2 specific flags by overriding the entry-point and adding extra arguments - "/bin/sh" - "/entrypoint.sh" - - "--authrpc.jwtsecret=/jwt-secret" + - "--authrpc.jwtsecret=/jwtsecret" - "--rollup.sequencerhttp=${ZIRCUIT_SEQUENCER_HTTP}" - "--rollup.disabletxpoolgossip=true" environment: