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',