Skip to content

Commit

Permalink
teku-v24.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed Dec 12, 2024
1 parent 3f46f22 commit 06bd649
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 06bd649

Please sign in to comment.