chore: disable USDT

This commit is contained in:
Sérgio Salgado 2022-06-01 18:20:48 +01:00
parent 91eaf5ea6f
commit 0e5aa0e58c
12 changed files with 19 additions and 23 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,