From ddcebe4744faf19ceb82911cd60fb5dc4cfad228 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:12:06 +0100 Subject: [PATCH] more efficient --- op-bnb-reth-fullnode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op-bnb-reth-fullnode.yml b/op-bnb-reth-fullnode.yml index 31f9f064..3d915db0 100644 --- a/op-bnb-reth-fullnode.yml +++ b/op-bnb-reth-fullnode.yml @@ -33,8 +33,8 @@ services: stop_grace_period: 5m entrypoint: /scripts/op-node-start.sh environment: - OP_NODE__RPC_ENDPOINT: ${OPBNB_BSC_ENDPOINT} -# OP_NODE_L1_RPC_KIND: erigon + OP_NODE__RPC_ENDPOINT: ${OPBNB_BSC_ENDPOINT} + OP_NODE__RPC_ENDPOINT_KIND: ${OPBNB_BSC_ENDPOINT_KIND} OP_L2_HOST: op-bnb-reth-fullnode P2P_PRIV_KEY: ${OPBNB_NODE_PRIV_KEY} NETWORK_NAME: mainnet