From 16a68487176de035f7227bf080c51a9373b499e6 Mon Sep 17 00:00:00 2001 From: naconner <7396812+naconner@users.noreply.github.com> Date: Mon, 4 Jan 2021 12:44:42 -0500 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 a5643ea3..0d51f9cc 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -25,12 +25,12 @@ const BINARIES = { dir: 'bitcoin-0.20.1/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.24-cc05b050.tar.gz', - dir: 'geth-linux-amd64-1.9.24-cc05b050' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.25-e7872729.tar.gz', + dir: 'geth-linux-amd64-1.9.25-e7872729' }, ZEC: { - url: 'https://z.cash/downloads/zcash-4.1.1-linux64-debian-stretch.tar.gz', - dir: 'zcash-4.1.1/bin' + url: 'https://download.z.cash/downloads/zcash-4.2.0-linux64-debian-stretch.tar.gz', + dir: 'zcash-4.2.0/bin' }, DASH: { url: 'https://github.com/dashpay/dash/releases/download/v0.16.1.1/dashcore-0.16.1.1-x86_64-linux-gnu.tar.gz',