nimbus-eth2/beacon_chain/spec/presets/minimal/eip4844_preset.nim

8 lines
247 B
Nim
Raw Normal View History

# Minimal preset - EIP-4844
# https://github.com/ethereum/consensus-specs/blob/v1.3.0-alpha.1/presets/minimal/eip4844.yaml
const
# [customized]
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4
# `uint64(2**4)` (= 16)
MAX_BLOBS_PER_BLOCK*: uint64 = 16