fix: revert bitcoind update
This commit is contained in:
parent
3fc8b31058
commit
1ffbffd0be
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ module.exports = {
|
|||
|
||||
const BINARIES = {
|
||||
BTC: {
|
||||
url: 'https://bitcoincore.org/bin/bitcoin-core-0.21.0/bitcoin-0.21.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-0.21.0/bin'
|
||||
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'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.25-e7872729.tar.gz',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue