From 3cb32e57a21a2a7b545b873cf19fa3f3a3385f04 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+fornax2@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:29:07 -0300 Subject: [PATCH] reth-v2.4.1 --- shared/services/config/reth-params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/reth-params.go b/shared/services/config/reth-params.go index c8028cd6a..4e26403d3 100644 --- a/shared/services/config/reth-params.go +++ b/shared/services/config/reth-params.go @@ -10,8 +10,8 @@ import ( // Constants const ( - rethTagProd string = "ghcr.io/paradigmxyz/reth:v2.4.0" - rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.4.0" + rethTagProd string = "ghcr.io/paradigmxyz/reth:v2.4.1" + rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.4.1" rethEventLogInterval int = 1000 rethStopSignal string = "SIGTERM" )