Skip to content

Commit

Permalink
Update data-availability.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-beckett authored May 24, 2024
1 parent b25a0cc commit 8b89720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datas/celestia-underneath/data-availability.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const dataAvailability = {
title: "Relieving the DA bottleneck",
title: "Removing the DA bottleneck",
text: `
<p>Data availability (DA) has been a core scaling bottleneck for crypto applications. So far, rollups have tried to avoid the DA bottleneck by recruiting a committee or centralized server for DA.</p>
<p>Now, Celestia provides high data throughput that is verifiable for any user through a light node. This is possible because of data availability sampling. As the light node network grows, Celestia can scale to the data throughput needed for millions of rollups without compromising end-user security.</p>
Expand All @@ -12,6 +12,6 @@ export const dataAvailability = {
class: "simple",
type: "internal",
text: "Read Light Node",
url: "#",
url: "/run-a-light-node/",
},
};

0 comments on commit 8b89720

Please sign in to comment.