From 4eb09c6662ef6335e21da114f1657c046d42c814 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:24:25 +0200 Subject: [PATCH] update --- reth-mainnet.yml | 2 +- reth-sepolia.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reth-mainnet.yml b/reth-mainnet.yml index f089ef2e..c594d4a1 100644 --- a/reth-mainnet.yml +++ b/reth-mainnet.yml @@ -2,7 +2,7 @@ version: '3.1' services: mainnet-reth: - image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.1} + image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.2} user: root volumes: - "reth-mainnet:/root/.local/share/reth/mainnet" diff --git a/reth-sepolia.yml b/reth-sepolia.yml index 984b0156..8ab60739 100644 --- a/reth-sepolia.yml +++ b/reth-sepolia.yml @@ -2,7 +2,7 @@ version: '3.1' services: sepolia-reth: - image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.1} + image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.2} user: root volumes: - "reth-sepolia:/root/.local/share/reth/sepolia/db"