chore: disable USDT

This commit is contained in:
Sérgio Salgado 2022-03-03 19:06:24 +00:00
parent b637b728ec
commit f6ec74a0dc
11 changed files with 19 additions and 20 deletions

View file

@ -143,7 +143,7 @@ function run () {
_.filter(c => c.type !== 'erc-20'),
_.map(c => {
const checked = isInstalledSoftware(c) && isInstalledVolume(c)
const name = c.code === 'ethereum' ? 'Ethereum and/or USDT' : c.display
const name = c.code === 'ethereum' ? 'Ethereum' : c.display
return {
name,
value: c.code,