We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08b598 commit 74900e1Copy full SHA for 74900e1
src/hooks/useMarketsData.ts
@@ -74,7 +74,7 @@ const sortByMarketCap = (a: AssetData, b: AssetData) => {
74
return (b.marketCap ?? 0) - (a.marketCap ?? 0);
75
};
76
77
-const ASSETS_TO_REMOVE = new Set(['USDC', 'USDT']);
+const ASSETS_TO_REMOVE = new Set(['USDC', 'USDT', 'PIPPIN']);
78
export const useMarketsData = ({
79
filter = MarketFilters.ALL,
80
searchFilter,
0 commit comments