Skip to content

Commit

Permalink
nethermind-v1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed Dec 12, 2024
1 parent 45d6894 commit e0c5783
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.30.0"
nethermindTagTest string = "nethermind/nethermind:1.30.0"
nethermindTagProd string = "nethermind/nethermind:1.30.1"
nethermindTagTest string = "nethermind/nethermind:1.30.1"
nethermindEventLogInterval int = 1000
nethermindStopSignal string = "SIGTERM"
)
Expand Down

0 comments on commit e0c5783

Please sign in to comment.