From 5b5ea07bc48c66255edc54b85538fe373b1a686c Mon Sep 17 00:00:00 2001 From: batphonghan Date: Sat, 26 Oct 2024 16:37:32 +0700 Subject: [PATCH] Update scripts --- install/scripts/start-bn.sh | 3 ++- install/scripts/start-vc.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install/scripts/start-bn.sh b/install/scripts/start-bn.sh index cd13a2d7..bba0f2ef 100755 --- a/install/scripts/start-bn.sh +++ b/install/scripts/start-bn.sh @@ -237,7 +237,8 @@ if [ "$CC_CLIENT" = "prysm" ]; then --grpc-gateway-port ${BN_API_PORT:-5052} \ --eth1-header-req-limit 150 \ --jwt-secret=/secrets/jwtsecret \ - --api-timeout 600 \ + --api-timeout 20s \ + --enable-experimental-backfill \ $BN_ADDITIONAL_FLAGS" if [ ! -z "$MEV_BOOST_URL" ]; then diff --git a/install/scripts/start-vc.sh b/install/scripts/start-vc.sh index cf6da034..c9cb779a 100755 --- a/install/scripts/start-vc.sh +++ b/install/scripts/start-vc.sh @@ -66,7 +66,7 @@ if [ "$CC_CLIENT" = "lighthouse" ]; then fi if [ "$ENABLE_MEV_BOOST" = "true" ]; then - CMD="$CMD --builder-proposals" + CMD="$CMD --builder-proposals --prefer-builder-proposals" fi if [ "$ENABLE_METRICS" = "true" ]; then