mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-12 07:14:20 +00:00
8 lines
237 B
Nim
8 lines
237 B
Nim
# Mainnet preset - Deneb
|
|
# https://github.com/ethereum/consensus-specs/blob/v1.3.0/presets/mainnet/deneb.yaml
|
|
const
|
|
# `uint64(4096)`
|
|
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4096
|
|
# `uint64(2**2)` (= 4)
|
|
MAX_BLOBS_PER_BLOCK*: uint64 = 4
|