Skip to content

Commit 43b42fa

Browse files
authored
Merge pull request #227 from stader-labs/update_scripts
Update scripts
2 parents 7507222 + 5b5ea07 commit 43b42fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

install/scripts/start-bn.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ if [ "$CC_CLIENT" = "prysm" ]; then
237237
--grpc-gateway-port ${BN_API_PORT:-5052} \
238238
--eth1-header-req-limit 150 \
239239
--jwt-secret=/secrets/jwtsecret \
240-
--api-timeout 600 \
240+
--api-timeout 20s \
241+
--enable-experimental-backfill \
241242
$BN_ADDITIONAL_FLAGS"
242243

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

install/scripts/start-vc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [ "$CC_CLIENT" = "lighthouse" ]; then
6666
fi
6767

6868
if [ "$ENABLE_MEV_BOOST" = "true" ]; then
69-
CMD="$CMD --builder-proposals"
69+
CMD="$CMD --builder-proposals --prefer-builder-proposals"
7070
fi
7171

7272
if [ "$ENABLE_METRICS" = "true" ]; then

0 commit comments

Comments
 (0)