Skip to content

Commit

Permalink
Merge pull request #735 from rocket-pool/geth-v1.14.13
Browse files Browse the repository at this point in the history
geth-v1.14.13
  • Loading branch information
0xfornax authored Jan 30, 2025
2 parents 344b24d + 8d6e64e commit 1b2aa51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/geth-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

// Constants
const (
gethTagProd string = "ethereum/client-go:v1.14.12"
gethTagTest string = "ethereum/client-go:v1.14.12"
gethTagProd string = "ethereum/client-go:v1.14.13"
gethTagTest string = "ethereum/client-go:v1.14.13"
gethEventLogInterval int = 1000
gethStopSignal string = "SIGTERM"
)
Expand Down

0 comments on commit 1b2aa51

Please sign in to comment.