Skip to content

Commit 08d3d30

Browse files
authored
Update pp-intro.components.md
fixing indentation
1 parent 2739fe6 commit 08d3d30

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/cdk/releases/pp-intro.components.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ The table below lists the components of a CDK PP chain and where you can find th
3535
Here are brief descriptions for each CDK FEP component.
3636

3737
- CDK Erigon node, a fork of [erigon](https://github.com/ledgerwatch/erigon), that manages the following:
38-
- Multiple RPC nodes that provide common APIs for sending transactions.
39-
- Sequencer for executing transactions, and creating blocks and batches.
38+
- Multiple RPC nodes that provide common APIs for sending transactions.
39+
- Sequencer for executing transactions, and creating blocks and batches.
4040
- Contracts: Various smart contracts deployed on L1 for the full implementation and complete functionality of the Polygon zkEVM protocol:
41-
- `PolygonRollupManager`
42-
- `PolygonZkEVMBridgeV2`
43-
- `PolygonZkEVMGlobalExitRootV2`
44-
- `FflonkVerifier`
45-
- `PolygonZkEVMDeployer`
46-
- `PolygonZkEVMTimelock`
41+
- `PolygonRollupManager`
42+
- `PolygonZkEVMBridgeV2`
43+
- `PolygonZkEVMGlobalExitRootV2`
44+
- `FflonkVerifier`
45+
- `PolygonZkEVMDeployer`
46+
- `PolygonZkEVMTimelock`
4747
- CLI tool: A single command line interface tool for abstracting away the complexity of deploying or configuring CDK components.
4848
- AggSender is the CDK PP component that accumulates all necessary info in order to generate certificates, which are sent to the SP1 prover via the JSON-RPC API for the generation of pessimistic proofs.
4949
- Transaction pool manager: For storing transactions submitted by users.

0 commit comments

Comments
 (0)