From fa5d389f99731462afa6cca6e88f764235dbc250 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+fornax2@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:50:06 -0300 Subject: [PATCH] nethermind-v1.39.3 --- 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 c2763c53e..2d641a5ce 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.2" - nethermindTagTest string = "nethermind/nethermind:1.39.2" + nethermindTagProd string = "nethermind/nethermind:1.39.3" + nethermindTagTest string = "nethermind/nethermind:1.39.3" nethermindEventLogInterval int = 1000 nethermindStopSignal string = "SIGTERM" )