chore: update wallet node releases

This commit is contained in:
Neal 2023-05-10 09:23:37 -04:00
parent 98f201fd44
commit 896630d6b7

View file

@ -29,12 +29,12 @@ const BINARIES = {
dir: 'bitcoin-23.1/bin' dir: 'bitcoin-23.1/bin'
}, },
ETH: { ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.11.5-a38f4108.tar.gz', url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.11.6-ea9e62ca.tar.gz',
dir: 'geth-linux-amd64-1.11.5-a38f4108' dir: 'geth-linux-amd64-1.11.6-ea9e62ca'
}, },
ZEC: { ZEC: {
url: 'https://z.cash/downloads/zcash-5.4.2-linux64-debian-bullseye.tar.gz', url: 'https://z.cash/downloads/zcash-5.5.0-linux64-debian-bullseye.tar.gz',
dir: 'zcash-5.4.2/bin' dir: 'zcash-5.5.0/bin'
}, },
DASH: { DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz', 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']] files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
}, },
XMR: { XMR: {
url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.2.0.tar.bz2', url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.2.2.tar.bz2',
dir: 'monero-x86_64-linux-gnu-v0.18.2.0', dir: 'monero-x86_64-linux-gnu-v0.18.2.2',
files: [['monerod', 'monerod'], ['monero-wallet-rpc', 'monero-wallet-rpc']] files: [['monerod', 'monerod'], ['monero-wallet-rpc', 'monero-wallet-rpc']]
} }
} }