Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Oct 26, 2024
1 parent 7507222 commit 5b5ea07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install/scripts/start-bn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install/scripts/start-vc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b5ea07

Please sign in to comment.