Skip to content

Commit

Permalink
Merge pull request #697 from rocket-pool/teku-v24.10.3
Browse files Browse the repository at this point in the history
teku-v24.10.3
  • Loading branch information
0xfornax authored Nov 4, 2024
2 parents 5a149f7 + 821becf commit 8886afb
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.10.1"
tekuTagProd string = "consensys/teku:24.10.1"
tekuTagTest string = "consensys/teku:24.10.3"
tekuTagProd string = "consensys/teku:24.10.3"
defaultTekuMaxPeers uint16 = 100
)

Expand Down

0 comments on commit 8886afb

Please sign in to comment.