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-geth-start.sh Normal file → Executable file
View 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