From 28b6b80099a4be5b66959c0903b730451cfc314a Mon Sep 17 00:00:00 2001
From: "firat.sertgoz" <f@nuff.tech>
Date: Sat, 9 Nov 2024 02:09:59 +0100
Subject: [PATCH] Update README.md

Seems like people confuse the costs when we put the state costs instead of receipt costs, so I'm removing it.
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cd999a6..ba19f31 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,7 @@ Herein outlines the components of the project and their purposes.
 
 This contract provides the store for arbitrary DA blobs. In practice, these "blobs" are sequencing data from rollups, but they can be any data.
 
-NEAR blockchain state storage is pretty cheap. At the time of writing, 100KiB is a flat fee of 1NEAR.
-To limit the costs of NEAR storage even more, we don't store the blob data in the blockchain state.
+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.
 
 It works by taking advantage of NEAR consensus around receipts.
 When a chunk producer processes a receipt, there is consensus around the receipt.