Skip to content

Commit 592fe86

Browse files
committed
lodestar-v1.30.0
1 parent 13342dd commit 592fe86

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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.29.0"
9-
lodestarTagProd string = "chainsafe/lodestar:v1.29.0"
8+
lodestarTagTest string = "chainsafe/lodestar:v1.30.0"
9+
lodestarTagProd string = "chainsafe/lodestar:v1.30.0"
1010
defaultLodestarMaxPeers uint16 = 100
1111
)
1212

shared/services/rocketpool/assets/install/scripts/start-bn.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ if [ "$CC_CLIENT" = "lodestar" ]; then
110110
CMD="$PERF_PREFIX /usr/local/bin/node --max-http-header-size=65536 /usr/app/packages/cli/bin/lodestar beacon \
111111
--network $LODESTAR_NETWORK \
112112
--dataDir /ethclient/lodestar \
113+
--serveHistoricalState \
113114
--port $BN_P2P_PORT \
114115
--execution.urls $EC_ENGINE_ENDPOINT \
115116
--rest \

0 commit comments

Comments
 (0)