We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789333e commit cfd3b2cCopy full SHA for cfd3b2c
1 file changed
shared/services/config/nethermind-params.go
@@ -9,8 +9,8 @@ import (
9
10
// Constants
11
const (
12
- nethermindTagProd string = "nethermind/nethermind:1.35.2"
13
- nethermindTagTest string = "nethermind/nethermind:1.35.2"
+ nethermindTagProd string = "nethermind/nethermind:1.35.8"
+ nethermindTagTest string = "nethermind/nethermind:1.35.8"
14
nethermindEventLogInterval int = 1000
15
nethermindStopSignal string = "SIGTERM"
16
)
0 commit comments