From 85d4ac0819a366ddb1ac1da2b5becb79cf338e06 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:05:02 -0300 Subject: [PATCH] reth:v2.5.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 635ad4118..1701db221 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.5.0" - rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.5.0" + rethTagProd string = "ghcr.io/paradigmxyz/reth:v2.5.1" + rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.5.1" rethEventLogInterval int = 1000 rethStopSignal string = "SIGTERM" )