Skip to content

Commit c2ba7bb

Browse files
Update index.md
At line 66: Incorrect meaning: At writing the prices are 12 gwei/gas and 2300 $/ETH, corrected meaning: At the time of writing ,the prices are 12 gwei/gas and 2300 $/ETH, Reason: 1.it is seaming to be misunderstandable. 2.To improve clarity and grammatical correctness.
1 parent e170a44 commit c2ba7bb

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/data-availability/blockchain-data-storage-strategies

1 file changed

+1
-1
lines changed

public/content/developers/docs/data-availability/blockchain-data-storage-strategies/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Calldata refers to the bytes sent as part of the transaction. It is stored as pa
6363

6464
This is the cheapest method to permanently put data in the blockchain. The cost per byte is either 4 execution gas (if the byte is zero) or 16 gas (any other value). If the data is compressed, which is standard practice, then every byte value is equally likely, so the average cost is approximately 15.95 gas per byte.
6565

66-
At writing the prices are 12 gwei/gas and 2300 $/ETH, which means the cost is approximately 45 cents per kilobyte. Because this was the cheapest method prior to EIP-4844, this is the method rollups used to store transaction information, which need to be available for [fault challenges](https://docs.optimism.io/stack/protocol/overview#fault-proofs), but do not need to be accessible directly onchain.
66+
At the time of writing, the prices are 12 gwei/gas and 2300 $/ETH, which means the cost is approximately 45 cents per kilobyte. Because this was the cheapest method prior to EIP-4844, this is the method rollups used to store transaction information, which need to be available for [fault challenges](https://docs.optimism.io/stack/protocol/overview#fault-proofs), but do not need to be accessible directly onchain.
6767

6868
Here are the addresses to see the transactions posted by some famous rollups.
6969

0 commit comments

Comments
 (0)