update mainnet preset value for sweep size

This commit is contained in:
Alex Stokes 2022-12-12 09:25:40 -07:00
parent 478b437b05
commit a062757656
No known key found for this signature in database
GPG Key ID: AFEAF4EC484AC206
1 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ MAX_WITHDRAWALS_PER_PAYLOAD: 16
# Withdrawals processing
# ---------------------------------------------------------------
# 2**10 (= 1024) validators
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: 1024
# 2**14 (= 16384) validators
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: 16384