Skip to content

Commit 002cffd

Browse files
authored
Merge pull request 0xPolygon#2468 from 0xPolygon/vcastellm/pp-cli
Update cli-tool.md for PP
2 parents 940ae90 + 666732b commit 002cffd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/cdk/getting-started/cli-tool.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,19 @@ Options:
4242
* `-c, --components <COMPONENTS>` - Components to run [env: `CDK_COMPONENTS=`]
4343
* `-h, --help` - Print help
4444

45-
Example:
45+
Example to run in FEP mode:
4646

4747
```
4848
cdk node --config /etc/cdk/cdk-node-config.toml --components sequence-sender,aggregator
4949
```
5050

51+
Example to run in PP mode:
52+
53+
```
54+
cdk node --config /etc/cdk/cdk-node-config.toml --components rpc,aggsender
55+
```
56+
57+
5158
### `cdk erigon`
5259

5360
You can run a cdk-erigon RPC node that syncs to an existing chain using the default parameters.

0 commit comments

Comments
 (0)