Skip to content

Commit

Permalink
Merge pull request #730 from rocket-pool/teku-v25.1.0
Browse files Browse the repository at this point in the history
teku-v25.1.0
  • Loading branch information
0xfornax authored Jan 23, 2025
2 parents 8f606a5 + 1bf30d9 commit 2de7275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/teku-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
)

const (
tekuTagTest string = "consensys/teku:24.12.1"
tekuTagProd string = "consensys/teku:24.12.1"
tekuTagTest string = "consensys/teku:25.1.0"
tekuTagProd string = "consensys/teku:25.1.0"
defaultTekuMaxPeers uint16 = 100
)

Expand Down

0 comments on commit 2de7275

Please sign in to comment.