fix
This commit is contained in:
2
op-bnb/scripts/op-geth-start.sh
Normal file → Executable file
2
op-bnb/scripts/op-geth-start.sh
Normal file → Executable file
@@ -40,7 +40,6 @@ exec geth \
|
||||
--ws.port=8545 \
|
||||
--ws.origins="*" \
|
||||
--ws.api=eth,engine \
|
||||
--syncmode=full \
|
||||
--maxpeers=10 \
|
||||
--networkid=$CHAIN_ID \
|
||||
--miner.gaslimit=150000000 \
|
||||
@@ -61,3 +60,4 @@ exec geth \
|
||||
--syncmode=full \
|
||||
--bootnodes=$P2P_BOOTNODES \
|
||||
--rollup.sequencerhttp=$L2_RPC
|
||||
|
||||
|
||||
2
op-bnb/scripts/op-node-start.sh
Normal file → Executable file
2
op-bnb/scripts/op-node-start.sh
Normal file → Executable 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 \
|
||||
|
||||
Reference in New Issue
Block a user