Skip to content

Commit b17b35f

Browse files
clarify zkevm validium native chain differences
1 parent 2c64836 commit b17b35f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/cdk/getting-started/local-deployment.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ kurtosis run --enclave cdk-v1 --args-file params.yml --image-download always .
116116
- `--args-file params.yml` specifies the configuration file to use for the deployment process.
117117
- `--image-download always` specifies to always download the latest Docker images for the deployment process.
118118

119-
This command typically takes around 10 minutes to complete and outputs the logs of each step in the deployment process for you to monitor the progress of the chain setup. Once the command is complete, you should see the following output:
119+
This command typically takes a while to complete and outputs the logs of each step in the deployment process for you to monitor the progress of the chain setup. Once the command is complete, you should see the following output:
120120

121121
```bash
122122
Starlark code successfully run. No output was returned.
@@ -137,7 +137,13 @@ Status: RUNNING
137137

138138
```
139139

140-
Run `kurtosis enclave inspect cdk-v1` to see the status of the enclave and the services running within it at any time.
140+
### Inspect the chain
141+
142+
Run the following command to see the status of the enclave and the services running within it at any time.
143+
144+
```sh
145+
kurtosis enclave inspect cdk-v1
146+
```
141147

142148
## Interacting with the chain
143149

docs/cdk/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ comments: true
44

55
Polygon Chain Development Kit (CDK) is a modular, open source, software toolkit for blockchain developers which supports the installation and configuration of a variety of chain architectures.
66

7-
Polygon CDK empowers developers to launch new L2 chains running Polygon zkEVM technology on Ethereum or, in the future, transition existing layer 1 (L1) chains into custom ZK-EVM L2s.
7+
Polygon CDK empowers developers to launch new L2 chains running Polygon zkEVM technology on Ethereum or, with optional validium networks and, in the future, transition existing layer 1 (L1) chains into custom ZK-EVM L2s.
88

99
## CDK features
1010

0 commit comments

Comments
 (0)