From e97d9a9ee49d5d5e44c181228ca8052dda1ed487 Mon Sep 17 00:00:00 2001 From: naconner <7396812+naconner@users.noreply.github.com> Date: Sat, 9 Apr 2022 11:04:07 -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 4bcd7a93..deb068c5 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -29,12 +29,12 @@ const BINARIES = { dir: 'bitcoin-22.0/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.15-8be800ff.tar.gz', - dir: 'geth-linux-amd64-1.10.15-8be800ff' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.17-25c9b49f.tar.gz', + dir: 'geth-linux-amd64-1.10.17-25c9b49f' }, ZEC: { - url: 'https://z.cash/downloads/zcash-4.6.0-1-linux64-debian-stretch.tar.gz', - dir: 'zcash-4.6.0-1/bin' + url: 'https://z.cash/downloads/zcash-4.6.0-2-linux64-debian-bullseye.tar.gz', + dir: 'zcash-4.6.0-2/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',