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" )