From f3ed6f2a1c7a975d6374a3c730bc6a263ea68505 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:16:27 +0100 Subject: [PATCH] update --- base-reth.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/base-reth.yml b/base-reth.yml index 0927807f..3fe025c4 100644 --- a/base-reth.yml +++ b/base-reth.yml @@ -2,7 +2,7 @@ version: '3.1' services: base-archive: # this is Optimism's geth client - image: ghcr.io/paradigmxyz/op-reth:v1.1.0 + image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.1.5} expose: - 9551 - 8545 # RPC / Websocket @@ -37,9 +37,6 @@ services: base-archive-node: build: context: ./op - args: - OP_GETH_VERSION: v1.101408.0 - OP_NODE_VERSION: v1.9.1 depends_on: - base-archive volumes: