diff --git a/presets/gnosis/deneb.yaml b/presets/gnosis/deneb.yaml new file mode 100644 index 0000000..cb1f87a --- /dev/null +++ b/presets/gnosis/deneb.yaml @@ -0,0 +1,12 @@ +# Mainnet preset - Deneb + +# Misc +# --------------------------------------------------------------- +# `uint64(4096)` +FIELD_ELEMENTS_PER_BLOB: 4096 +# `uint64(2**12)` (= 4096) +MAX_BLOB_COMMITMENTS_PER_BLOCK: 4096 +# `uint64(2**2)` (= 4) +MAX_BLOBS_PER_BLOCK: 4 +# `floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments')) + 1 + ceillog2(MAX_BLOB_COMMITMENTS_PER_BLOCK)` = 4 + 1 + 12 = 17 +KZG_COMMITMENT_INCLUSION_PROOF_DEPTH: 17 diff --git a/presets/gnosis/eip4844.yaml b/presets/gnosis/eip4844.yaml deleted file mode 100644 index 3866e82..0000000 --- a/presets/gnosis/eip4844.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Mainnet preset - Phase0 - -# Misc -# --------------------------------------------------------------- -# `uint64(4096)` -FIELD_ELEMENTS_PER_BLOB: 4096 -# `uint64(2**2)` (= 4) -MAX_BLOBS_PER_BLOCK: 4