mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 02:35:41 +00:00
13 lines
356 B
YAML
13 lines
356 B
YAML
# Minimal preset - Deneb
|
|
|
|
# Misc
|
|
# ---------------------------------------------------------------
|
|
# `uint64(4096)`
|
|
FIELD_ELEMENTS_PER_BLOB: 4096
|
|
# [customized]
|
|
MAX_BLOB_COMMITMENTS_PER_BLOCK: 16
|
|
# `uint64(6)`
|
|
MAX_BLOBS_PER_BLOCK: 6
|
|
# [customized] `4 + 1 + floorlog2(MAX_BLOB_COMMITMENTS_PER_BLOCK)` = 4 + 1 + 4 = 9
|
|
KZG_COMMITMENT_INCLUSION_PROOF_DEPTH: 9
|