Skip to content

Commit 221f589

Browse files
authored
Fix typos in blob configuration comments for fulu presets (#4311)
1 parent f6c6e6e commit 221f589

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

presets/mainnet/fulu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH: 4
77

88
# Blob
99
# ---------------------------------------------------------------
10-
# 2**6` (= 64)
10+
# 2**6 (= 64)
1111
FIELD_ELEMENTS_PER_CELL: 64
12-
# 2**0 * FIELD_ELEMENTS_PER_BLOB (= 8,192)
12+
# 2**1 * FIELD_ELEMENTS_PER_BLOB (= 8,192)
1313
FIELD_ELEMENTS_PER_EXT_BLOB: 8192

presets/minimal/fulu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH: 4
77

88
# Blob
99
# ---------------------------------------------------------------
10-
# 2**6` (= 64)
10+
# 2**6 (= 64)
1111
FIELD_ELEMENTS_PER_CELL: 64
12-
# 2**0 * FIELD_ELEMENTS_PER_BLOB (= 8,192)
12+
# 2**1 * FIELD_ELEMENTS_PER_BLOB (= 8,192)
1313
FIELD_ELEMENTS_PER_EXT_BLOB: 8192

0 commit comments

Comments
 (0)