Skip to content

Commit d311534

Browse files
adding some lost back in
2 parents 78d0a46 + e91b0c2 commit d311534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cdk/concepts/rollup-vs-validium.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Rollups use Ethereum as a [data availability](https://docs.polygon.technology/cd
88

99
Using Ethereum to store transaction data is generally considered the most secure option for DA as it leverages Ethereum's security and decentralization. However, this approach is costly, as the L2 must pay Ethereum’s high gas fees for storing data on the L1, which typically results in higher gas fees for users.
1010

11-
Within the rollup category, there are further nuances to storing transaction data on Ethereum. Some rollups post serialized transaction data directly, whereas others post state differences instead. Some rollups use [calldata](https://docs.soliditylang.org/en/v0.8.26/types.html#data-location) to store transaction data, while others use more recent Ethereum features such as Blobs, introduced in [EIP-4844](https://www.eip4844.com/).
11+
Within the rollup category, there are further nuances to storing transaction data on Ethereum. Some rollups post serialized transaction data directly, whereas others post state differences instead. Some rollups use [calldata](https://docs.soliditylang.org/en/v0.8.26/types.html#data-location) to store transaction data, while others use more recent Ethereum features such as blobs, introduced in [EIP-4844](https://www.eip4844.com/).
1212

1313
The CDK provides full flexibility to developers to choose what to do with transaction data, including the ability to build rollups that store data on Ethereum as a rollup like the Polygon zkEVM.
1414

1515
!!! note
16-
Currently, the rollup mode of Polygon CDK does not support BLOB mode (EIP4844), but this functionality is coming soon.
16+
Currently, the rollup mode of Polygon CDK does not support blobs (EIP-4844), but this functionality is coming soon.
1717

1818
## Validiums
1919

0 commit comments

Comments
 (0)