From 6adb44ae4dc702e450a69bf9d0fc6b0ecf6ed1e5 Mon Sep 17 00:00:00 2001 From: Neal Date: Wed, 26 Oct 2022 13:02:59 -0400 Subject: [PATCH] chore: update zcashd, dashd --- lib/blockchain/common.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 6fbff3bb..ff45d8cf 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -33,12 +33,12 @@ const BINARIES = { dir: 'geth-linux-amd64-1.10.25-69568c55' }, ZEC: { - url: 'https://z.cash/downloads/zcash-5.2.0-linux64-debian-bullseye.tar.gz', - dir: 'zcash-5.2.0/bin' + url: 'https://z.cash/downloads/zcash-5.3.0-linux64-debian-bullseye.tar.gz', + dir: 'zcash-5.3.0/bin' }, DASH: { - url: 'https://github.com/dashpay/dash/releases/download/v18.0.1/dashcore-18.0.1-x86_64-linux-gnu.tar.gz', - dir: 'dashcore-18.0.1/bin' + url: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz', + dir: 'dashcore-18.1.0/bin' }, LTC: { defaultUrl: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz',