mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-25 01:50:08 +00:00
16 lines
426 B
YAML
16 lines
426 B
YAML
# Mainnet preset - Electra
|
|
|
|
# # Max operations per block
|
|
# ---------------------------------------------------------------
|
|
# `uint64(2**0)` (= 1)
|
|
MAX_ATTESTER_SLASHINGS_ELECTRA: 1
|
|
# `uint64(2 * 3)` (= 8)
|
|
MAX_ATTESTATIONS_ELECTRA: 8
|
|
|
|
# Execution
|
|
# ---------------------------------------------------------------
|
|
# 2**13 (= 8192) receipts
|
|
MAX_DEPOSIT_RECEIPTS_PER_PAYLOAD: 8192
|
|
# 2**4 (= 16) exits
|
|
MAX_EXECUTION_LAYER_EXITS: 16
|