Skip to content

Commit 46f8d04

Browse files
authored
Update production-node.md
Including the `ZKEVM_NETWORK = "cardona"` network option in "Setup production node" doc.
1 parent 9a64240 commit 46f8d04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/zkEVM/get-started/setup-nodes/production-node.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Let's start setting up our zkNode:
6363
1. Launch your command line/terminal and set the variables using below commands:
6464

6565
```bash
66-
# define the network("mainnet" or "cardona" or "testnet")
66+
# define the network("mainnet" or "testnet")
6767
ZKEVM_NET=testnet
6868

6969
# define installation path
@@ -91,6 +91,8 @@ Let's start setting up our zkNode:
9191
Edit the .env file with your favourite editor (we'll use nano in this guide): ```nano $ZKEVM_CONFIG_DIR/.env```
9292
9393
```bash
94+
# ZKEVM_NETWORK = "mainnet" or ZKEVM_NETWORK = "cardona" or ZKEVM_NETWORK = "testnet"
95+
9496
# URL of a JSON RPC for Goerli
9597
ZKEVM_NODE_ETHERMAN_URL = "http://your.L1node.url"
9698

0 commit comments

Comments
 (0)