Merge pull request #1271 from naconner/dis-geth
fix: update geth, disable new installs
This commit is contained in:
commit
88ca00a887
2 changed files with 5 additions and 3 deletions
|
|
@ -29,8 +29,8 @@ const BINARIES = {
|
|||
dir: 'bitcoin-23.0/bin'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.17-25c9b49f.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.10.17-25c9b49f'
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.19-23bee162.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.10.19-23bee162'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz',
|
||||
|
|
|
|||
|
|
@ -148,7 +148,9 @@ function run () {
|
|||
name,
|
||||
value: c.code,
|
||||
checked,
|
||||
disabled: checked && 'Installed'
|
||||
disabled: c.cryptoCode === 'ETH'
|
||||
? 'Use admin\'s Infura plugin'
|
||||
: checked && 'Installed'
|
||||
}
|
||||
}),
|
||||
])(cryptos)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue