Skip to content

Commit 74900e1

Browse files
authored
change (#28)
1 parent f08b598 commit 74900e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useMarketsData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const sortByMarketCap = (a: AssetData, b: AssetData) => {
7474
return (b.marketCap ?? 0) - (a.marketCap ?? 0);
7575
};
7676

77-
const ASSETS_TO_REMOVE = new Set(['USDC', 'USDT']);
77+
const ASSETS_TO_REMOVE = new Set(['USDC', 'USDT', 'PIPPIN']);
7878
export const useMarketsData = ({
7979
filter = MarketFilters.ALL,
8080
searchFilter,

0 commit comments

Comments
 (0)