feat: enable USDT for cash-in only transactions

This commit is contained in:
Sérgio Salgado 2022-04-06 18:51:18 +01:00
parent f9ae681453
commit c84f5becea
13 changed files with 24 additions and 19 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' : c.display
const name = c.code === 'ethereum' ? 'Ethereum and/or USDT' : c.display
return {
name,
value: c.code,