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