feat: add galoy config and UI safeguards

This commit is contained in:
José Oliveira 2022-03-14 17:11:56 +00:00 committed by siiky
parent 355434ced3
commit 12a7ed0bd6
6 changed files with 11 additions and 10 deletions

View file

@ -60,6 +60,8 @@ const getLogo = code => {
return MoneroLogo
case 'TRX':
return TronLogo
case 'LN':
return BitcoinLogo
default:
return null
}