Skip to content

Commit 5e554bd

Browse files
committed
docs: misspell + eip-4844 link
1 parent d786e36 commit 5e554bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/2_architecture/agg_mode_components/1_deep_dive.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Two separate aggregators are run every 24 hours:
2929

3030
## Proof Commitment
3131

32-
The **proof commitment** is a hash that uniquely identifies a proof. It is defined as the keccack of the proof public inputs + program ID:
32+
The **proof commitment** is a hash that uniquely identifies a proof. It is defined as the keccak of the proof public inputs + program ID:
3333

3434
- **For SP1**:
3535
The commitment is computed as: `keccak(proof_public_inputs_bytes || vk_hash_bytes)`
@@ -92,7 +92,7 @@ When submitting the aggregated proof to Ethereum, we include a **blob** that con
9292

9393
### Blob capacity
9494

95-
Each blob can hold:
95+
As dictated in the [eip-4844](https://eips.ethereum.org/EIPS/eip-4844) Each blob can hold:
9696

9797
- `FIELD_ELEMENTS_PER_BLOB = 4096`
9898
- `BYTES_PER_FIELD_ELEMENT = 32`
@@ -128,4 +128,4 @@ To increase throughput we can:
128128
Up to **6 blobs** can be included per transaction, supporting up to **23,808 proofs per run**, which is more than we can aggregate in one day.
129129

130130
2. **Run Aggregation More Frequently**
131-
Reducing the interval between aggregation runs can also increase throughput.
131+
Reducing the interval between aggregation runs.

0 commit comments

Comments
 (0)