File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ Herein outlines the components of the project and their purposes.
13
13
14
14
This contract provides the store for arbitrary DA blobs. In practice, these "blobs" are sequencing data from rollups, but they can be any data.
15
15
16
- NEAR blockchain state storage is pretty cheap. At the time of writing, 100KiB is a flat fee of 1NEAR.
17
- To limit the costs of NEAR storage even more, we don't store the blob data in the blockchain state.
16
+ NEAR blockchain state storage is pretty cheap. To limit the costs of NEAR storage even more, we don't store the blob data in the blockchain state.
18
17
19
18
It works by taking advantage of NEAR consensus around receipts.
20
19
When a chunk producer processes a receipt, there is consensus around the receipt.
You can’t perform that action at this time.
0 commit comments