fix?
This commit is contained in:
@@ -34,7 +34,8 @@ services:
|
||||
entrypoint: /scripts/op-node-start.sh
|
||||
environment:
|
||||
OP_NODE__RPC_ENDPOINT: ${OPBNB_BSC_ENDPOINT}
|
||||
OP_NODE_L1_RPC_KIND: ${OPBNB_BSC_ENDPOINT_KIND:-basic}
|
||||
OP_NODE__RPC_ENDPOINT: ${OPBNB_BSC_ENDPOINT}
|
||||
OP_NODE__RPC_ENDPOINT_KIND: ${OPBNB_BSC_ENDPOINT_KIND:-basic}
|
||||
OP_L2_HOST: op-bnb-reth
|
||||
P2P_PRIV_KEY: ${OPBNB_NODE_PRIV_KEY}
|
||||
NETWORK_NAME: mainnet
|
||||
|
||||
@@ -36,8 +36,9 @@ exec op-node \
|
||||
--pprof.enabled \
|
||||
--rpc.enable-admin \
|
||||
--l1=$OP_NODE__RPC_ENDPOINT \
|
||||
--l1.kind=$OP_NODE__RPC_ENDPOINT_KIND \
|
||||
--l2=http://${OP_L2_HOST:-op-bnb}:8551 \
|
||||
--l2.jwt-secret=/jwtsecret \
|
||||
--l2.skip-sync-start-check=true \
|
||||
# --l2.engine-sync=true \
|
||||
--l2.engine-sync=true \
|
||||
--log.level=info
|
||||
|
||||
Reference in New Issue
Block a user