feat: integration of erc-20 tokens

This commit is contained in:
Sérgio Salgado 2021-02-05 18:18:23 +00:00 committed by Josh Harvey
parent 0b5da0b78f
commit dfca785ed0
7 changed files with 127 additions and 29 deletions

View file

@ -50,8 +50,12 @@ const getLogo = code => {
return LitecoinLogo
case 'ZEC':
return ZCashLogo
default:
case 'USDT':
return EthereumLogo
case 'YEENUS':
return EthereumLogo
default:
return null
}
}