Skip to content

Commit 4f4675e

Browse files
authored
Merge pull request #947 from rocket-pool/lodestar-v1.35.0
lodestar-v1.35.0
2 parents c748310 + 383f258 commit 4f4675e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/lodestar-config.go

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

77
const (
8-
lodestarTagTest string = "chainsafe/lodestar:v1.35.0-rc.1"
9-
lodestarTagProd string = "chainsafe/lodestar:v1.34.1"
8+
lodestarTagTest string = "chainsafe/lodestar:v1.35.0"
9+
lodestarTagProd string = "chainsafe/lodestar:v1.35.0"
1010
defaultLodestarMaxPeers uint16 = 200
1111
)
1212

0 commit comments

Comments
 (0)