From 235596c30697ba761971c4e7fb85f87c42e0cf15 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:49:09 +0100 Subject: [PATCH] jwt path --- op-bnb/scripts/op-geth-start.sh | 2 +- op-bnb/scripts/op-node-start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/op-bnb/scripts/op-geth-start.sh b/op-bnb/scripts/op-geth-start.sh index 358988e6..9412401f 100755 --- a/op-bnb/scripts/op-geth-start.sh +++ b/op-bnb/scripts/op-geth-start.sh @@ -51,7 +51,7 @@ exec geth \ --authrpc.addr="0.0.0.0" \ --authrpc.port="8551" \ --authrpc.vhosts="*" \ - --authrpc.jwtsecret=./jwt.txt \ + --authrpc.jwtsecret=/jwtsecret \ --gcmode=archive \ --metrics \ --metrics.port 6060 \ diff --git a/op-bnb/scripts/op-node-start.sh b/op-bnb/scripts/op-node-start.sh index 73f2b129..c3a8e4eb 100755 --- a/op-bnb/scripts/op-node-start.sh +++ b/op-bnb/scripts/op-node-start.sh @@ -37,7 +37,7 @@ exec op-node \ --rpc.enable-admin \ --l1=$OP_NODE__RPC_ENDPOINT \ --l2=http://op-bnb:8551 \ - --l2.jwt-secret=./jwt.txt \ + --l2.jwt-secret=/jwtsecret \ --l2.engine-sync=true \ --l2.skip-sync-start-check=true \ --log.level=debug