From dc41057a3587267348ec8b171188c7d6ddac19ca Mon Sep 17 00:00:00 2001 From: CPerezz Date: Wed, 17 Dec 2025 16:38:34 +0100 Subject: [PATCH] Update Reth to use upstream nightly image for devnet-2 Switch from the outdated ethpandaops performance image to the upstream Paradigm nightly build (ghcr.io/paradigmxyz/reth:nightly). This ensures devnet-2 runs on the latest Reth development version. --- ansible/inventories/devnet-2/group_vars/all/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventories/devnet-2/group_vars/all/images.yaml b/ansible/inventories/devnet-2/group_vars/all/images.yaml index 9e51353..e9f1d23 100644 --- a/ansible/inventories/devnet-2/group_vars/all/images.yaml +++ b/ansible/inventories/devnet-2/group_vars/all/images.yaml @@ -13,7 +13,7 @@ default_ethereum_client_images: erigon: docker.ethquokkaops.io/dh/ethpandaops/erigon:performance ethereumjs: docker.ethquokkaops.io/dh/ethpandaops/ethereumjs:performance nethermind: docker.ethquokkaops.io/dh/ethpandaops/nethermind:performance - reth: docker.ethquokkaops.io/dh/ethpandaops/reth:performance + reth: ghcr.io/paradigmxyz/reth:nightly default_tooling_images: mev_boost: docker.ethquokkaops.io/dh/ethpandaops/mev-boost:latest