Skip to content

Commit 7901131

Browse files
authored
Update pp-intro-components.md
Fixing indentation
1 parent 5d69402 commit 7901131

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
@@ -37,15 +37,15 @@ The table below lists the components of a CDK PP chain and where you can find th
3737
Here are brief descriptions for each CDK FEP component.
3838

3939
- CDK Erigon node, a fork of [erigon](https://github.com/ledgerwatch/erigon), that manages the following:
40-
- Multiple RPC nodes that provide common APIs for sending transactions.
41-
- Sequencer for executing transactions, and creating blocks and batches.
40+
- Multiple RPC nodes that provide common APIs for sending transactions.
41+
- Sequencer for executing transactions, and creating blocks and batches.
4242
- Contracts: Various smart contracts deployed on L1 for the full implementation and complete functionality of the Polygon zkEVM protocol:
43-
- `PolygonRollupManager`
44-
- `PolygonZkEVMBridgeV2`
45-
- `PolygonZkEVMGlobalExitRootV2`
46-
- `FflonkVerifier`
47-
- `PolygonZkEVMDeployer`
48-
- `PolygonZkEVMTimelock`
43+
- `PolygonRollupManager`
44+
- `PolygonZkEVMBridgeV2`
45+
- `PolygonZkEVMGlobalExitRootV2`
46+
- `FflonkVerifier`
47+
- `PolygonZkEVMDeployer`
48+
- `PolygonZkEVMTimelock`
4949
- CLI tool: A single command line interface tool for abstracting away the complexity of deploying or configuring CDK components.
5050
- 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.
5151
- Transaction pool manager: For storing transactions submitted by users.

0 commit comments

Comments
 (0)