Merge remote-tracking branch 'upstream/release-8.0' into feat/eip-1559-USDT

This commit is contained in:
Taranto 2022-06-27 21:54:39 +01:00
commit c9939622ba
8 changed files with 324 additions and 15 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)