From 896630d6b79f0737828a149357d57383529ccd29 Mon Sep 17 00:00:00 2001 From: Neal Date: Wed, 10 May 2023 09:23:37 -0400 Subject: [PATCH] chore: update wallet node releases --- lib/blockchain/common.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 8ddc546e..d3da66c8 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -29,12 +29,12 @@ const BINARIES = { dir: 'bitcoin-23.1/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.11.5-a38f4108.tar.gz', - dir: 'geth-linux-amd64-1.11.5-a38f4108' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.11.6-ea9e62ca.tar.gz', + dir: 'geth-linux-amd64-1.11.6-ea9e62ca' }, ZEC: { - url: 'https://z.cash/downloads/zcash-5.4.2-linux64-debian-bullseye.tar.gz', - dir: 'zcash-5.4.2/bin' + url: 'https://z.cash/downloads/zcash-5.5.0-linux64-debian-bullseye.tar.gz', + dir: 'zcash-5.5.0/bin' }, DASH: { url: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz', @@ -52,8 +52,8 @@ const BINARIES = { files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] }, XMR: { - url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.2.0.tar.bz2', - dir: 'monero-x86_64-linux-gnu-v0.18.2.0', + url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.2.2.tar.bz2', + dir: 'monero-x86_64-linux-gnu-v0.18.2.2', files: [['monerod', 'monerod'], ['monero-wallet-rpc', 'monero-wallet-rpc']] } }