From e323b549e77ced10f733a20275ad1d5d66cde180 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+fornax2@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:15:03 -0300 Subject: [PATCH] nethermind:1.39.1 --- 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 d3c75143d..4ce0c1be7 100644 --- a/shared/services/config/nethermind-params.go +++ b/shared/services/config/nethermind-params.go @@ -10,8 +10,8 @@ import ( // Constants const ( - nethermindTagProd string = "nethermind/nethermind:1.39.0" - nethermindTagTest string = "nethermind/nethermind:1.39.0" + nethermindTagProd string = "nethermind/nethermind:1.39.1" + nethermindTagTest string = "nethermind/nethermind:1.39.1" nethermindEventLogInterval int = 1000 nethermindStopSignal string = "SIGTERM" )