Merge pull request #1493 from CrypticaScriptura/81-node-updates

LAM-783 chore: update wallet nodes
This commit is contained in:
Rafael Taranto 2023-01-31 14:21:15 +00:00 committed by GitHub
commit 24473de6d5

View file

@ -29,12 +29,12 @@ const BINARIES = {
dir: 'bitcoin-23.0/bin'
},
ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.25-69568c55.tar.gz',
dir: 'geth-linux-amd64-1.10.25-69568c55'
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.26-e5eb32ac.tar.gz',
dir: 'geth-linux-amd64-1.10.26-e5eb32ac'
},
ZEC: {
url: 'https://z.cash/downloads/zcash-5.3.0-linux64-debian-bullseye.tar.gz',
dir: 'zcash-5.3.0/bin'
url: 'https://z.cash/downloads/zcash-5.3.2-linux64-debian-bullseye.tar.gz',
dir: 'zcash-5.3.2/bin'
},
DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz',
@ -47,8 +47,8 @@ const BINARIES = {
dir: 'litecoin-0.21.2.1/bin'
},
BCH: {
url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v24.1.0/bitcoin-cash-node-24.1.0-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-cash-node-24.1.0/bin',
url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v26.0.0/bitcoin-cash-node-26.0.0-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-cash-node-26.0.0/bin',
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
},
XMR: {