Skip to content

Commit

Permalink
docs: Add binaries JSON file for the v2 upgrade [DEV-3761] (#722)
Browse files Browse the repository at this point in the history
Add binaries JSON file for the v2 upgrade
  • Loading branch information
filipdjokic authored Mar 26, 2024
1 parent 6bdeca6 commit 59c7fa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions networks/testnet/upgrades/upgrade-v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"binaries": {
"linux/amd64": "https://github.com/cheqd/cheqd-node/releases/download/v2.0.0-develop.3/cheqd-noded-2.0.0-develop.3-linux-amd64.tar.gz?checksum=sha256:2d221eef02203dfd5af7fe54da77547240c72ac65c5f53c492c41c89fbefd05d",
"linux/arm64": "https://github.com/cheqd/cheqd-node/releases/download/v2.0.0-develop.3/cheqd-noded-2.0.0-develop.3-linux-arm64.tar.gz?checksum=sha256:fbde64578aa8b6eb466349113a237242542478f95e9fc27e7e379ae533f53b05"
}
}

0 comments on commit 59c7fa5

Please sign in to comment.