mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 01:36:06 +00:00
969c6f73ae
* misc local `EIP4844` > `Deneb` bumps * fix
8 lines
237 B
Nim
8 lines
237 B
Nim
# Minimal preset - Deneb
|
|
# https://github.com/ethereum/consensus-specs/blob/v1.3.0-rc.3/presets/minimal/deneb.yaml
|
|
const
|
|
# [customized]
|
|
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4
|
|
# `uint64(2**2)` (= 4)
|
|
MAX_BLOBS_PER_BLOCK*: uint64 = 4
|