Skip to content

Commit 1a27793

Browse files
committed
prysm-v7.0.0
1 parent 7b58d69 commit 1a27793

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

shared/services/config/prysm-config.go

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

77
const (
8-
prysmBnTest string = "gcr.io/offchainlabs/prysm/beacon-chain:v6.1.4"
9-
prysmBnProd string = "gcr.io/offchainlabs/prysm/beacon-chain:v6.1.4"
10-
prysmVcTest string = "gcr.io/offchainlabs/prysm/validator:v6.1.4"
11-
prysmVcProd string = "gcr.io/offchainlabs/prysm/validator:v6.1.4"
8+
prysmBnTest string = "gcr.io/offchainlabs/prysm/beacon-chain:v7.0.0"
9+
prysmBnProd string = "gcr.io/offchainlabs/prysm/beacon-chain:v7.0.0"
10+
prysmVcTest string = "gcr.io/offchainlabs/prysm/validator:v7.0.0"
11+
prysmVcProd string = "gcr.io/offchainlabs/prysm/validator:v7.0.0"
1212
defaultPrysmRpcPort uint16 = 5053
1313
defaultPrysmOpenRpcPort string = string(config.RPC_Closed)
1414
defaultPrysmMaxPeers uint16 = 70

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ if [ "$CC_CLIENT" = "prysm" ]; then
231231
--jwt-secret=/secrets/jwtsecret \
232232
--api-timeout 20s \
233233
--enable-experimental-backfill \
234+
--blob-storage-layout=by-epoch \
234235
$BN_ADDITIONAL_FLAGS"
235236

236237
if [ ! -z "$MEV_BOOST_URL" ]; then

0 commit comments

Comments
 (0)