Skip to content

Commit 4ad1456

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

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
@@ -14,7 +14,7 @@ You should have read and understood our pages on [Ethereum scaling](/developers/
1414

1515
## What is an optimistic rollup? {#what-is-an-optimistic-rollup}
1616

17-
An optimistic rollup is an approach to scaling Ethereum that involves moving computation and state storage off-chain. Optimistic rollups execute transactions outside of Ethereum, but post transaction data to Mainnet as `calldata` or in [EIP-4844 blobs.](/roadmap/danksharding/)
17+
An optimistic rollup is an approach to scaling Ethereum that involves moving computation and state storage off-chain. Optimistic rollups execute transactions outside of Ethereum, but post transaction data to Mainnet as `calldata` or in [blobs](/roadmap/danksharding/).
1818

1919
Optimistic rollup operators bundle multiple off-chain transactions together in large batches before submitting to Ethereum. This approach enables spreading fixed costs across multiple transactions in each batch, reducing fees for end-users. Optimistic rollups also use compression techniques to reduce the amount of data posted on Ethereum.
2020

0 commit comments

Comments
 (0)