add PROPOSER_SCORE_BOOST to configuration yaml files

This commit is contained in:
Danny Ryan 2021-11-22 17:02:46 -07:00
parent d85d4399cb
commit 64b4ca2950
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
2 changed files with 11 additions and 0 deletions

View File

@ -70,6 +70,11 @@ MIN_PER_EPOCH_CHURN_LIMIT: 4
CHURN_LIMIT_QUOTIENT: 65536
# Fork choice
# ---------------------------------------------------------------
# 25%
PROPOSER_SCORE_BOOST: 25
# Deposit contract
# ---------------------------------------------------------------
# Ethereum PoW Mainnet

View File

@ -69,6 +69,12 @@ MIN_PER_EPOCH_CHURN_LIMIT: 4
CHURN_LIMIT_QUOTIENT: 32
# Fork choice
# ---------------------------------------------------------------
# 25%
PROPOSER_SCORE_BOOST: 25
# Deposit contract
# ---------------------------------------------------------------
# Ethereum Goerli testnet