From 531531993aceea505d6057b550a58a59e144325c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 27 Jan 2024 04:12:04 +0100 Subject: [PATCH] do it --- base-fullnode.yml | 2 +- base/geth-entrypoint | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/base-fullnode.yml b/base-fullnode.yml index 558b5dc9..f9fdee7f 100644 --- a/base-fullnode.yml +++ b/base-fullnode.yml @@ -59,7 +59,7 @@ services: - "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}" - "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a" - "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt" - - "OP_NODE_L2_ENGINE_RPC=http://base-archive:8551" + - "OP_NODE_L2_ENGINE_RPC=http://base-fullnode:8551" - "OP_NODE_LOG_LEVEL=info" - "OP_NODE_METRICS_ADDR=0.0.0.0" - "OP_NODE_METRICS_ENABLED=true" diff --git a/base/geth-entrypoint b/base/geth-entrypoint index dbd070ab..f089f4fc 100755 --- a/base/geth-entrypoint +++ b/base/geth-entrypoint @@ -70,7 +70,6 @@ exec ./geth \ --gcmode=${OP_GETH_GCMODE:-archive} \ --state.scheme=${OP_GETH_STATE_SCHEME:-hash} \ --db.engine=${GETH_DB_ENGINE:-leveldb} \ - --port=${P2P_PORT:-30303} \ --discovery.port=${P2P_PORT:-30303} \ --nodiscover \ --maxpeers=100 \