diff --git a/public/icons/hubsol.svg b/public/icons/hubsol.svg index ccc203c0..3a3c0a74 100644 --- a/public/icons/hubsol.svg +++ b/public/icons/hubsol.svg @@ -1,13 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/utils/constants.ts b/utils/constants.ts index 1e695301..9ad500f9 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -166,6 +166,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = { gofx: true, guac: true, hnt: true, + hubsol: true, inf: true, jitosol: true, jlp: true, @@ -208,7 +209,6 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = { $wif: true, wif: true, zeus: true, - hubsol: true, } export const DEFAULT_FAVORITE_MKTS = ['SOL-PERP', 'ETH-PERP', 'BTC-PERP']