Skip to content

Commit 42549ff

Browse files
authored
Merge pull request #744 from rocket-pool/nethermind-v1.31.5
nethermind-v1.31.5
2 parents 0171910 + 4628587 commit 42549ff

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.31.0"
13-
nethermindTagTest string = "nethermind/nethermind:1.31.0"
12+
nethermindTagProd string = "nethermind/nethermind:1.31.5"
13+
nethermindTagTest string = "nethermind/nethermind:1.31.5"
1414
nethermindEventLogInterval int = 1000
1515
nethermindStopSignal string = "SIGTERM"
1616
)

0 commit comments

Comments
 (0)