Merge pull request #1146 from chaotixkilla/chore-disable-usdt

Disable USDT
This commit is contained in:
Rafael Taranto 2022-03-04 20:44:09 +00:00 committed by GitHub
commit d4428dd807
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,