Skip to content

Commit cfd3b2c

Browse files
committed
nethermind-v1.35.8
1 parent 789333e commit cfd3b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/nethermind-params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
// Constants
1111
const (
12-
nethermindTagProd string = "nethermind/nethermind:1.35.2"
13-
nethermindTagTest string = "nethermind/nethermind:1.35.2"
12+
nethermindTagProd string = "nethermind/nethermind:1.35.8"
13+
nethermindTagTest string = "nethermind/nethermind:1.35.8"
1414
nethermindEventLogInterval int = 1000
1515
nethermindStopSignal string = "SIGTERM"
1616
)

0 commit comments

Comments
 (0)