chore: update btc & dash, update dash flags

This commit is contained in:
Neal 2021-05-27 14:19:43 -04:00 committed by Josh Harvey
parent b26e5d3d41
commit 0fbd598db0
2 changed files with 7 additions and 7 deletions

View file

@ -21,8 +21,8 @@ module.exports = {
const BINARIES = {
BTC: {
url: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-0.20.1/bin'
url: 'https://bitcoincore.org/bin/bitcoin-core-0.21.1/bitcoin-0.21.1-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-0.21.1/bin'
},
ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.3-991384a7.tar.gz',
@ -33,8 +33,8 @@ const BINARIES = {
dir: 'zcash-4.4.0/bin'
},
DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v0.16.1.1/dashcore-0.16.1.1-x86_64-linux-gnu.tar.gz',
dir: 'dashcore-0.16.1/bin'
url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.2/dashcore-0.17.0.2-x86_64-linux-gnu.tar.gz',
dir: 'dashcore-0.17.0/bin'
},
LTC: {
url: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz',