Skip to content

Commit

Permalink
Merge pull request #718 from rocket-pool/teku-v24.12.0
Browse files Browse the repository at this point in the history
teku-v24.12.0
  • Loading branch information
0xfornax authored Dec 12, 2024
2 parents ee7ea5c + 06bd649 commit 81bcac9
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.3"
tekuTagProd string = "consensys/teku:24.10.3"
tekuTagTest string = "consensys/teku:24.12.0"
tekuTagProd string = "consensys/teku:24.12.0"
defaultTekuMaxPeers uint16 = 100
)

Expand Down

0 comments on commit 81bcac9

Please sign in to comment.