mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
8 lines
242 B
Nim
8 lines
242 B
Nim
# Minimal preset - EIP-4844
|
|
# https://github.com/ethereum/consensus-specs/blob/v1.3.0-rc.2/presets/minimal/eip4844.yaml
|
|
const
|
|
# [customized]
|
|
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4
|
|
# `uint64(2**2)` (= 4)
|
|
MAX_BLOBS_PER_BLOCK*: uint64 = 4
|