Merge branch 'release-8.0' into 8.0-to-8.1-merge
This commit is contained in:
commit
e7c2456ff7
25 changed files with 149 additions and 75 deletions
|
|
@ -144,7 +144,7 @@ function run () {
|
|||
_.filter(c => c.type !== 'erc-20'),
|
||||
_.map(c => {
|
||||
const checked = isInstalledSoftware(c) && isInstalledVolume(c)
|
||||
const name = c.code === 'ethereum' ? 'Ethereum' : c.display
|
||||
const name = c.code === 'ethereum' ? 'Ethereum and/or USDT' : c.display
|
||||
return {
|
||||
name,
|
||||
value: c.code,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue