Skip to content

Commit

Permalink
Merge pull request #225 from 0xPolygon/EmpieichO-patch-1
Browse files Browse the repository at this point in the history
Update production-node.md
  • Loading branch information
kmurphypolygon authored Feb 13, 2024
2 parents 83926d9 + e0d10fd commit f1a7830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zkEVM/get-started/setup-nodes/production-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Let's start setting up our zkNode:

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.

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.):
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.):

```bash
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
Expand Down

0 comments on commit f1a7830

Please sign in to comment.