Skip to content

Commit 01c0938

Browse files
authored
Update production-node.md
Mentioning availability of the latest Cardona version v0.5.6
1 parent e2abb4e commit 01c0938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Let's start setting up our zkNode:
7575

7676
2. Download and extract the artifacts. Note that you may need to [install unzip](https://formulae.brew.sh/formula/unzip) before running this command. Also, unlike the mainnet and the Goerli testnet that use the latest version, Cardona testnet uses a specific version.
7777

78-
So use the next `curl` command specifically for Cardona:
78+
So use the next `curl` command specifically for Cardona, which uses version 0.5.5 (Note that the latest version, Cardona v0.5.6, is available and can equally be used.):
7979

8080
```bash
8181
curl -L https://github.com/0xPolygonHermez/zkevm-node/releases/download/v0.5.5/$ZKEVM_NET.zip > $ZKEVM_NET.zip && unzip -o $ZKEVM_NET.zip -d $ZKEVM_DIR && rm $ZKEVM_NET.zip

0 commit comments

Comments
 (0)