File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/zkEVM/get-started/setup-nodes Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Let's start setting up our zkNode:
63631 . 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
You can’t perform that action at this time.
0 commit comments