From 41cc3e4954e44eea6575f91a13327c5f69228d88 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Mon, 21 Aug 2023 14:54:04 +0200 Subject: [PATCH] rename to holesky and increase ejection --- config-example/cl/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-example/cl/config.yaml b/config-example/cl/config.yaml index a70976e..c8c44fb 100644 --- a/config-example/cl/config.yaml +++ b/config-example/cl/config.yaml @@ -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 # --------------------------------------------------------------- @@ -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