2023-03-11 00:28:19 +00:00
|
|
|
# Minimal preset - Deneb
|
2023-03-21 00:42:22 +00:00
|
|
|
# https://github.com/ethereum/consensus-specs/blob/v1.3.0-rc.5/presets/minimal/deneb.yaml
|
2022-12-05 16:29:09 +00:00
|
|
|
const
|
2022-12-05 21:36:53 +00:00
|
|
|
# [customized]
|
|
|
|
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4
|
2022-12-15 01:51:06 +00:00
|
|
|
# `uint64(2**2)` (= 4)
|
|
|
|
MAX_BLOBS_PER_BLOCK*: uint64 = 4
|