Skip to content

Commit 2d8c3b0

Browse files
mteam88corwintines
andauthored
Update public/content/developers/docs/scaling/optimistic-rollups/index.md
Co-authored-by: Corwin Smith <[email protected]>
1 parent 62df610 commit 2d8c3b0

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/scaling/optimistic-rollups

1 file changed

+1
-1
lines changed

public/content/developers/docs/scaling/optimistic-rollups/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Optimistic rollups rely on the main Ethereum protocol for the following:
4444

4545
### Data availability {#data-availability}
4646

47-
As mentioned, optimistic rollups post transaction data to Ethereum as `calldata` or, post [EIP-4884,](/roadmap/danksharding/) in blobs. Since the rollup chain's execution is based on submitted transactions, anyone can use this information—anchored on Ethereum’s base layer—to execute the rollup’s state and verify the correctness of state transitions.
47+
As mentioned, optimistic rollups post transaction data to Ethereum as `calldata` or [blobs](/roadmap/danksharding/). Since the rollup chain's execution is based on submitted transactions, anyone can use this information—anchored on Ethereum’s base layer—to execute the rollup’s state and verify the correctness of state transitions.
4848

4949
[Data availability](/developers/docs/data-availability/) is critical because without access to state data, challengers cannot construct fraud proofs to dispute invalid rollup operations. With Ethereum providing data availability, the risk of rollup operators getting away with malicious acts (e.g., submitting invalid blocks) is reduced.
5050

0 commit comments

Comments
 (0)