From ba6713ab3b3d1937e3062c43ffdc4ea70059f6d2 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:58:33 -0300 Subject: [PATCH] reth:v2.5.2 --- 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 fd2094f2a..2645a51d6 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.1" - rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.5.1" + rethTagProd string = "ghcr.io/paradigmxyz/reth:v2.5.2" + rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.5.2" rethEventLogInterval int = 1000 rethStopSignal string = "SIGTERM" )