mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
14 lines
425 B
Nim
14 lines
425 B
Nim
# Minimal preset - Capella
|
|
# https://github.com/ethereum/consensus-specs/blob/v1.3.0-alpha.1/presets/minimal/capella.yaml
|
|
const
|
|
# Max operations per block
|
|
# ---------------------------------------------------------------
|
|
# 2**4 (= 16)
|
|
MAX_BLS_TO_EXECUTION_CHANGES* = 16
|
|
|
|
|
|
# Execution
|
|
# ---------------------------------------------------------------
|
|
# [customized] 2**2 (= 4)
|
|
MAX_WITHDRAWALS_PER_PAYLOAD* = 4
|