diff --git a/presets/mainnet/capella.yaml b/presets/mainnet/capella.yaml index f04bdd06f..62306c8dc 100644 --- a/presets/mainnet/capella.yaml +++ b/presets/mainnet/capella.yaml @@ -1,23 +1,11 @@ # Mainnet preset - Capella # Misc -# --------------------------------------------------------------- -# 2**8 (= 256) withdrawals -MAX_PARTIAL_WITHDRAWALS_PER_EPOCH: 256 - - -# State list lengths -# --------------------------------------------------------------- -# 2**40 (= 1,099,511,627,776) withdrawals -WITHDRAWAL_QUEUE_LIMIT: 1099511627776 - - # Max operations per block # --------------------------------------------------------------- # 2**4 (= 16) MAX_BLS_TO_EXECUTION_CHANGES: 16 - # Execution # --------------------------------------------------------------- # 2**4 (= 16) withdrawals diff --git a/presets/minimal/capella.yaml b/presets/minimal/capella.yaml index 0476172a1..7bddd1e23 100644 --- a/presets/minimal/capella.yaml +++ b/presets/minimal/capella.yaml @@ -1,17 +1,5 @@ # Minimal preset - Capella -# Misc -# --------------------------------------------------------------- -# [customized] 16 for more interesting tests at low validator count -MAX_PARTIAL_WITHDRAWALS_PER_EPOCH: 16 - - -# State list lengths -# --------------------------------------------------------------- -# 2**40 (= 1,099,511,627,776) withdrawals -WITHDRAWAL_QUEUE_LIMIT: 1099511627776 - - # Max operations per block # --------------------------------------------------------------- # 2**4 (= 16)