File tree Expand file tree Collapse file tree
rocketpool/assets/install/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import (
55)
66
77const (
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments