Skip to content

Commit e0d10fd

Browse files
authored
Update production-node.md
Update production-node.md ... Cardona v0.5.7 to v0.5.8
1 parent 83926d9 commit e0d10fd

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, which uses version 0.5.5 (Note that the latest version, [Cardona v0.5.7](https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.5.7), is available and can equally be used.):
78+
So use the next `curl` command specifically for Cardona, which uses version 0.5.5 (Note that the latest version, [Cardona v0.5.8](https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.5.8), 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)