This commit is contained in:
Adrian Brzeziński 2024-05-12 12:48:50 +02:00
parent 6d09fcee8d
commit 72b01cf9b3
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const TokenLogo = ({
if (!bank) return ''
const tokenSymbol = bank.name.toLowerCase()
const hasCustomIcon = CUSTOM_TOKEN_ICONS[tokenSymbol]
console.log(tokenSymbol)
if (hasCustomIcon) return `/icons/${tokenSymbol}.svg`
let jupiterLogoURI
if (mangoTokens?.length) {

View File

@ -233,6 +233,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = {
usdt: true,
wbtcpo: true,
'wbtc (portal)': true,
inf: true,
}
export const DEFAULT_FAVORITE_MKTS = [