Merge pull request #1197 from chaotixkilla/feat-enable-usdt-for-cashin

feat: enable USDT for cash-in only transactions
This commit is contained in:
Rafael Taranto 2022-04-28 18:10:31 +01:00 committed by GitHub
commit b5b16aa7c9
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,