Merge remote-tracking branch 'upstream/release-8.0' into feat/eip-1559-USDT
This commit is contained in:
commit
c9939622ba
8 changed files with 324 additions and 15 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