fix: update geth, disable new installs
This commit is contained in:
parent
c94d767f0b
commit
fa4cfdfcd3
2 changed files with 5 additions and 3 deletions
|
|
@ -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