From ce38edfc89c29de7a99d9919406b0ea787b990a1 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:42:44 -0300 Subject: [PATCH] reth-v1.8.3 --- 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 110c90ab5..cd5d9dccb 100644 --- a/shared/services/config/reth-params.go +++ b/shared/services/config/reth-params.go @@ -9,8 +9,8 @@ import ( // Constants const ( - rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.8.2" - rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.8.2" + rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.8.3" + rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.8.3" rethEventLogInterval int = 1000 rethStopSignal string = "SIGTERM" )