This commit is contained in:
Sebastian
2024-03-27 03:49:09 +01:00
parent 3d5df1af3e
commit 235596c306
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \

View File

@@ -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