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