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

8 lines
247 B
Nim
Raw Normal View History

2023-01-12 17:58:42 +00:00
# Mainnet preset - EIP-4844
# https://github.com/ethereum/consensus-specs/blob/v1.3.0-rc.2/presets/mainnet/eip4844.yaml
2023-01-12 17:58:42 +00:00
const
# `uint64(4096)`
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4096
# `uint64(2**2)` (= 4)
MAX_BLOBS_PER_BLOCK*: uint64 = 4