Skip to content

Commit d4e3a1c

Browse files
committed
teku-v26.4.0
1 parent 9b0a06c commit d4e3a1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/services/config/teku-config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
)
77

88
const (
9-
tekuTagTest string = "consensys/teku:26.3.0"
10-
tekuTagProd string = "consensys/teku:26.3.0"
9+
tekuTagTest string = "consensys/teku:26.4.0"
10+
tekuTagProd string = "consensys/teku:26.4.0"
1111
defaultTekuMaxPeers uint16 = 100
1212
)
1313

0 commit comments

Comments
 (0)