feat: base for USDT support

This commit is contained in:
Sérgio Salgado 2021-02-04 16:24:38 +00:00 committed by Josh Harvey
parent c94d043506
commit 1dd16c2220
5 changed files with 14 additions and 5 deletions

View file

@ -51,7 +51,7 @@ const getLogo = code => {
case 'ZEC':
return ZCashLogo
default:
return null
return EthereumLogo
}
}