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: