add PROPOSER_SCORE_BOOST to configuration yaml files
This commit is contained in:
parent
d85d4399cb
commit
64b4ca2950
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue