2023-03-11 00:28:19 +00:00
|
|
|
# Mainnet preset - Deneb
|
2023-03-21 00:42:22 +00:00
|
|
|
# https://github.com/ethereum/consensus-specs/blob/v1.3.0-rc.5/presets/mainnet/deneb.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
|