chore: update ZEC, BCH, ETH wallets

This commit is contained in:
Neal 2020-04-23 17:38:43 -04:00 committed by Josh Harvey
parent 4425ccce58
commit 35aa0a058d

View file

@ -25,12 +25,12 @@ const BINARIES = {
dir: 'bitcoin-0.19.1/bin' dir: 'bitcoin-0.19.1/bin'
}, },
ETH: { ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.12-b6f1c8dc.tar.gz', url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.13-cbc4ac26.tar.gz',
dir: 'geth-linux-amd64-1.9.12-b6f1c8dc' dir: 'geth-linux-amd64-1.9.13-cbc4ac26'
}, },
ZEC: { ZEC: {
url: 'https://z.cash/downloads/zcash-2.1.1-1-linux64-debian-jessie.tar.gz', url: 'https://z.cash/downloads/zcash-2.1.2-linux64-debian-jessie.tar.gz',
dir: 'zcash-2.1.1-1/bin' dir: 'zcash-2.1.2/bin'
}, },
DASH: { DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v0.15.0.0/dashcore-0.15.0.0-x86_64-linux-gnu.tar.gz', url: 'https://github.com/dashpay/dash/releases/download/v0.15.0.0/dashcore-0.15.0.0-x86_64-linux-gnu.tar.gz',
@ -41,8 +41,8 @@ const BINARIES = {
dir: 'litecoin-0.17.1/bin' dir: 'litecoin-0.17.1/bin'
}, },
BCH: { BCH: {
url: 'https://download.bitcoinabc.org/0.21.2/linux/bitcoin-abc-0.21.2-x86_64-linux-gnu.tar.gz', url: 'https://download.bitcoinabc.org/0.21.4/linux/bitcoin-abc-0.21.4-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-abc-0.21.2/bin', dir: 'bitcoin-abc-0.21.4/bin',
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
} }
} }