Skip to content

Commit

Permalink
Merge pull request #678 from rocket-pool/nethermind-v1.29.1
Browse files Browse the repository at this point in the history
v1.29.1
  • Loading branch information
0xfornax authored Oct 16, 2024
2 parents 29878aa + b93b66f commit e608a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/nethermind-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

// Constants
const (
nethermindTagProd string = "nethermind/nethermind:1.29.0"
nethermindTagTest string = "nethermind/nethermind:1.29.0"
nethermindTagProd string = "nethermind/nethermind:1.29.1"
nethermindTagTest string = "nethermind/nethermind:1.29.1"
nethermindEventLogInterval int = 1000
nethermindStopSignal string = "SIGTERM"
)
Expand Down

0 comments on commit e608a50

Please sign in to comment.