Skip to content

Commit cf7393c

Browse files
authored
Merge pull request 0xPolygon#566 from 0xkryptstein/main
Update configure-node-deployment.md
2 parents 53d7b88 + a1d66c3 commit cf7393c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/zkEVM/get-started/setup-nodes/deploy-zkevm/configure-node-deployment.md

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

8282
```json
8383
"l1Config" : {
84-
"chainId": 5,
84+
"chainId": 11155111,
8585
"polygonZkEVMAddress": "",
8686
"polTokenAddress": "",
8787
"polygonZkEVMGlobalExitRootAddress": ""

docs/zkEVM/get-started/setup-nodes/deploy-zkevm/start-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ comments: true
77
From the `zkevm` root directory, run the following:
88

99
```sh
10-
sudo docker-compose -f mainnet/docker-compose.yml up
10+
sudo docker compose -f mainnet/docker-compose.yml up
1111
```
1212

1313
This command spins up the following services:
@@ -74,4 +74,4 @@ You can fix many restart issues and persistent errors by stopping and deleting a
7474
```sh
7575
docker rm $(docker ps -aq)
7676
docker rmi $(docker images -q)
77-
```
77+
```

0 commit comments

Comments
 (0)