From 7e1c1b8a7d9e6aa3ea2477e40bd52b8e0d00e861 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:03:49 +0200 Subject: [PATCH] fix the base rpc endpoint config --- base-archive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-archive.yml b/base-archive.yml index caaaa69d..b252d39f 100644 --- a/base-archive.yml +++ b/base-archive.yml @@ -70,8 +70,8 @@ services: - "OP_NODE_RPC_PORT=8545" - "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log" - "OP_NODE_VERIFIER_L1_CONFS=4" - - "OP_NODE_L1_RPC_KIND=erigon" - - "OP_NODE_L1_TRUST_RPC=${TRUST_BASE_ETHEREUM_ENPOINT:-false}" + - "OP_NODE_L1_RPC_KIND=${BASE_ETHEREUM_ENDPOINT_KIND:-basic}" + - "OP_NODE_L1_TRUST_RPC=${BASE_ETHEREUM_ENDPOINT_TRUST:-false}" networks: - chains