From c021052e3b571eedb3a4b17a36631973bc29cd47 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:38:04 -0300 Subject: [PATCH] reth-v2.5.0 --- 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 4e26403d3..635ad4118 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.1" - rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.4.1" + rethTagProd string = "ghcr.io/paradigmxyz/reth:v2.5.0" + rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.5.0" rethEventLogInterval int = 1000 rethStopSignal string = "SIGTERM" )