Skip to content

Commit

Permalink
rename to holesky and increase ejection
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Aug 21, 2023
1 parent b4168bf commit 41cc3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-example/cl/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extends the mainnet preset
PRESET_BASE: 'mainnet'
CONFIG_NAME: testnet # needs to exist because of Prysm. Otherwise it conflicts with mainnet genesis
CONFIG_NAME: holesky

# Genesis
# ---------------------------------------------------------------
Expand Down Expand Up @@ -57,7 +57,7 @@ ETH1_FOLLOW_DISTANCE: 12
INACTIVITY_SCORE_BIAS: 4
# 2**4 (= 16)
INACTIVITY_SCORE_RECOVERY_RATE: 16
# 2**4 * 10**9 (= 16,000,000,000) Gwei
# 28,000,000,000 Gwei to ensure quicker ejection
EJECTION_BALANCE: 28000000000
# 2**2 (= 4)
MIN_PER_EPOCH_CHURN_LIMIT: 4
Expand Down

0 comments on commit 41cc3e4

Please sign in to comment.