From f99cd3a344b0789956554f0b52ab4f5f6d954f24 Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 28 Jul 2022 20:16:50 -0400 Subject: [PATCH] chore: update zcashd, geth --- 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 44dab181..8ad3d36f 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -29,12 +29,12 @@ const BINARIES = { dir: 'bitcoin-23.0/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.20-8f2416a8.tar.gz', - dir: 'geth-linux-amd64-1.10.20-8f2416a8' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.21-67109427.tar.gz', + dir: 'geth-linux-amd64-1.10.21-67109427' }, ZEC: { - url: 'https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz', - dir: 'zcash-5.1.0/bin' + url: 'https://z.cash/downloads/zcash-5.2.0-linux64-debian-bullseye.tar.gz', + dir: 'zcash-5.2.0/bin' }, DASH: { url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz',