This commit is contained in:
Sebastian
2024-03-26 10:53:48 +01:00
parent 65a1b21f91
commit b9e436c4a5
3 changed files with 7 additions and 6 deletions

2
op-bnb/scripts/op-node-start.sh Normal file → Executable file
View File

@@ -36,7 +36,7 @@ exec op-node \
--pprof.enabled \
--rpc.enable-admin \
--l1=$OP_NODE__RPC_ENDPOINT \
--l2=http://op-geth:8551 \
--l2=http://op-bnb:8551 \
--l2.jwt-secret=./jwt.txt \
--l2.engine-sync=true \
--l2.skip-sync-start-check=true \