From 737a271e26ed3b5cdbb4f0934f961fcaf32d12c1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:15:40 +0100 Subject: [PATCH] update --- optimism-reth.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/optimism-reth.yml b/optimism-reth.yml index 81562ab3..e45ffcaf 100644 --- a/optimism-reth.yml +++ b/optimism-reth.yml @@ -2,12 +2,12 @@ version: '3.1' services: optimism-archive: - image: ghcr.io/paradigmxyz/op-reth:v1.1.4 + image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.1.5} expose: - - 9551 + - 9551 # consensus - 8545 # RPC / Websocket - - 8990 # P2P TCP (currently unused) - - 8990/udp # P2P UDP (currently unused) + - 8990 # P2P TCP + - 8990/udp # P2P UDP - 6060 # metrics - 855 ports: