From 6014ce8db365770cba2841655a007833b194e039 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:57:34 -0300 Subject: [PATCH] nethermind:1.39.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 fe16f9dc0..d3c75143d 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.38.0" - nethermindTagTest string = "nethermind/nethermind:1.38.0" + nethermindTagProd string = "nethermind/nethermind:1.39.0" + nethermindTagTest string = "nethermind/nethermind:1.39.0" nethermindEventLogInterval int = 1000 nethermindStopSignal string = "SIGTERM" )