Skip to content

Commit 41b705c

Browse files
authored
Update README.md
Seems like people confuse the costs when we put the state costs instead of receipt costs, so I'm removing it.
1 parent 5026b81 commit 41b705c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Herein outlines the components of the project and their purposes.
1313

1414
This contract provides the store for arbitrary DA blobs. In practice, these "blobs" are sequencing data from rollups, but they can be any data.
1515

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.
1817

1918
It works by taking advantage of NEAR consensus around receipts.
2019
When a chunk producer processes a receipt, there is consensus around the receipt.

0 commit comments

Comments
 (0)