update parameters

This commit is contained in:
chonghe
2023-09-22 15:59:33 +08:00
parent dd7f780876
commit dc128b429e
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ lcli \
--ttd $TTD \
--eth1-block-hash $ETH1_BLOCK_HASH \
--eth1-id $CHAIN_ID \
--eth1-follow-distance 1 \
--eth1-follow-distance 128 \
--seconds-per-slot $SECONDS_PER_SLOT \
--seconds-per-eth1-block $SECONDS_PER_ETH1_BLOCK \
--proposer-score-boost "$PROPOSER_SCORE_BOOST" \

View File

@@ -55,7 +55,7 @@ SPEC_PRESET=mainnet
SECONDS_PER_SLOT=3
# Seconds per Eth1 block
SECONDS_PER_ETH1_BLOCK=1
SECONDS_PER_ETH1_BLOCK=3
# Proposer score boost percentage
PROPOSER_SCORE_BOOST=40