Merge remote-tracking branch 'upstream/release-8.0' into release-8.1

This commit is contained in:
Taranto 2022-06-28 22:26:29 +01:00
commit 9a22d7e976
7 changed files with 324 additions and 13 deletions

View file

@ -149,7 +149,9 @@ function run () {
name,
value: c.code,
checked,
disabled: checked && 'Installed'
disabled: c.cryptoCode === 'ETH'
? 'Use admin\'s Infura plugin'
: checked && 'Installed'
}
}),
])(cryptos)