Merge pull request #1540 from CrypticaScriptura/nodes2305

LAM-875 chore: update wallet node releases
This commit is contained in:
Rafael Taranto 2023-05-10 14:37:11 +01:00 committed by GitHub
commit ef0a811491

View file

@ -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']]
}
}