We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7507222 + 5b5ea07 commit 43b42faCopy full SHA for 43b42fa
install/scripts/start-bn.sh
@@ -237,7 +237,8 @@ if [ "$CC_CLIENT" = "prysm" ]; then
237
--grpc-gateway-port ${BN_API_PORT:-5052} \
238
--eth1-header-req-limit 150 \
239
--jwt-secret=/secrets/jwtsecret \
240
- --api-timeout 600 \
+ --api-timeout 20s \
241
+ --enable-experimental-backfill \
242
$BN_ADDITIONAL_FLAGS"
243
244
if [ ! -z "$MEV_BOOST_URL" ]; then
install/scripts/start-vc.sh
@@ -66,7 +66,7 @@ if [ "$CC_CLIENT" = "lighthouse" ]; then
66
fi
67
68
if [ "$ENABLE_MEV_BOOST" = "true" ]; then
69
- CMD="$CMD --builder-proposals"
+ CMD="$CMD --builder-proposals --prefer-builder-proposals"
70
71
72
if [ "$ENABLE_METRICS" = "true" ]; then
0 commit comments