We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c6e6e commit 221f589Copy full SHA for 221f589
presets/mainnet/fulu.yaml
@@ -7,7 +7,7 @@ KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH: 4
7
8
# Blob
9
# ---------------------------------------------------------------
10
-# 2**6` (= 64)
+# 2**6 (= 64)
11
FIELD_ELEMENTS_PER_CELL: 64
12
-# 2**0 * FIELD_ELEMENTS_PER_BLOB (= 8,192)
+# 2**1 * FIELD_ELEMENTS_PER_BLOB (= 8,192)
13
FIELD_ELEMENTS_PER_EXT_BLOB: 8192
presets/minimal/fulu.yaml
0 commit comments