Skip to content

Commit 2df833d

Browse files
authored
Merge pull request 0xPolygon#2448 from 0xPolygon/cdk-rollup-v-val-links
CDK: rollup v validium - fix links
2 parents 6b8d925 + 94be986 commit 2df833d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Polygon CDK running in validium mode inherits the core functionalities of a zkEV
1010

1111
| | Rollup | Validium |
1212
| ------------------------ | ----------------------------------------------------------- | ---------------------------------------------------------------------------------- |
13-
| **Node type** | [zkEVM node](https://github.com/0xPolygonHermez/zkevm-node) | [Validium node](https://github.com/0xPolygon/cdk-validium-node): zkEVM node with validium extensions |
13+
| **Node type** | [cdk-erigon:v1.2.24](https://github.com/0xPolygonHermez/cdk-erigon/releases/tag/v1.2.24) | [cdk-erigon:v2.1.x](https://github.com/0xPolygonHermez/cdk-erigon/releases) |
1414
| **Data availability** | On-chain via L1 | Off-chain via a local option, or a [DAC](../glossary/index.md#data-availability-committee-dac) + [DA node](https://github.com/0xPolygon/cdk-data-availability) |
1515
| **Components** | zkEVM components\* | zkEVM components\* + PostgreSQL database + on-chain committees |
1616
| **Contracts** | [zkEVM smart contracts](https://github.com/0xPolygonHermez/zkevm-contracts) <ul><li>`PolygonZkEVM` (main rollup contract)</li> <li> `PolygonZkEVMBridge`</li> <li>`PolygonZkEVMGlobalExitRoot`</li></ul> | [Validium-specific DAC contract](https://github.com/0xPolygon/cdk-validium-contracts) <ul><li>`CDKDataCommittee.sol`</li><li> `CDKValidium.sol` </li></ul> |

0 commit comments

Comments
 (0)