fix: update geth, disable new installs

This commit is contained in:
Neal 2022-06-21 16:30:26 -04:00
parent c94d767f0b
commit fa4cfdfcd3
2 changed files with 5 additions and 3 deletions

View file

@ -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)