Fix MAX_PARTIAL_WITHDRAWALS_PER_PAYLOAD in mainnet.yaml

This commit is contained in:
Mikhail Kalinin 2024-03-20 14:01:11 +06:00
parent cdbc2b760c
commit 6d140cd6ea
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ MAX_CONSOLIDATIONS: 1
# Execution
# ---------------------------------------------------------------
# 2**3 (= 8) partial withdrawals
MAX_PARTIAL_WITHDRAWALS_PER_PAYLOAD: 16
MAX_PARTIAL_WITHDRAWALS_PER_PAYLOAD: 8