Fix MAX_PARTIAL_WITHDRAWALS_PER_PAYLOAD in mainnet.yaml
This commit is contained in:
parent
cdbc2b760c
commit
6d140cd6ea
|
@ -24,4 +24,4 @@ MAX_CONSOLIDATIONS: 1
|
||||||
# Execution
|
# Execution
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# 2**3 (= 8) partial withdrawals
|
# 2**3 (= 8) partial withdrawals
|
||||||
MAX_PARTIAL_WITHDRAWALS_PER_PAYLOAD: 16
|
MAX_PARTIAL_WITHDRAWALS_PER_PAYLOAD: 8
|
||||||
|
|
Loading…
Reference in New Issue