From ce95ef5396cb35bcb13e6e6ed5e79135f11ee506 Mon Sep 17 00:00:00 2001 From: Filip Djokic Date: Fri, 25 Oct 2024 11:25:03 +0200 Subject: [PATCH] docs: Add binaries JSON file for the v3 upgrade --- networks/testnet/upgrades/upgrade-v3.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 networks/testnet/upgrades/upgrade-v3.json diff --git a/networks/testnet/upgrades/upgrade-v3.json b/networks/testnet/upgrades/upgrade-v3.json new file mode 100644 index 000000000..d93110166 --- /dev/null +++ b/networks/testnet/upgrades/upgrade-v3.json @@ -0,0 +1,6 @@ +{ + "binaries": { + "linux/amd64": "https://github.com/cheqd/cheqd-node/releases/download/v3.0.0/cheqd-noded-3.0.0-linux-amd64.tar.gz?checksum=sha256:c6d5621e4ad4fd011386b659de60ce48bdacbd49683552269b65bf5060f763bc", + "linux/arm64": "https://github.com/cheqd/cheqd-node/releases/download/v3.0.0/cheqd-noded-3.0.0-linux-arm64.tar.gz?checksum=sha256:91dd0242254dab141712a7ff19afc2f88bb4a13016956667a6c31d4ae10b5ce0" + } +}