From 79db47ec194d625b0d0d2bf4c36c495679932a37 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:17:05 -0300 Subject: [PATCH] nethermind-v1.35.0 --- shared/services/config/nethermind-params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/nethermind-params.go b/shared/services/config/nethermind-params.go index 4021d4111..18c7097e0 100644 --- a/shared/services/config/nethermind-params.go +++ b/shared/services/config/nethermind-params.go @@ -9,8 +9,8 @@ import ( // Constants const ( - nethermindTagProd string = "nethermind/nethermind:1.34.1" - nethermindTagTest string = "nethermind/nethermind:1.34.1" + nethermindTagProd string = "nethermind/nethermind:1.35.0" + nethermindTagTest string = "nethermind/nethermind:1.35.0" nethermindEventLogInterval int = 1000 nethermindStopSignal string = "SIGTERM" )