We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19100c4 commit 13342ddCopy full SHA for 13342dd
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.31.9"
13
- nethermindTagTest string = "nethermind/nethermind:1.31.9"
+ nethermindTagProd string = "nethermind/nethermind:1.31.11"
+ nethermindTagTest string = "nethermind/nethermind:1.31.11"
14
nethermindEventLogInterval int = 1000
15
nethermindStopSignal string = "SIGTERM"
16
)
0 commit comments