Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion presets/mainnet/capella.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAX_PARTIAL_WITHDRAWALS_PER_EPOCH: 256
# State list lengths
# ---------------------------------------------------------------
# 2**40 (= 1,099,511,627,776) withdrawals
WITHDRAWALS_QUEUE_LIMIT: 1099511627776
WITHDRAWAL_QUEUE_LIMIT: 1099511627776


# Max operations per block
Expand Down
2 changes: 1 addition & 1 deletion presets/minimal/capella.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAX_PARTIAL_WITHDRAWALS_PER_EPOCH: 16
# State list lengths
# ---------------------------------------------------------------
# 2**40 (= 1,099,511,627,776) withdrawals
WITHDRAWALS_QUEUE_LIMIT: 1099511627776
WITHDRAWAL_QUEUE_LIMIT: 1099511627776


# Max operations per block
Expand Down