Skip to content

Commit

Permalink
fix: too many requests
Browse files Browse the repository at this point in the history
  • Loading branch information
anukulpandey committed Sep 27, 2024
1 parent d4d522a commit f47a12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/usePoolLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const usePoolsList = ({
const _fetchedTokenIconsMap = await tokenIconUtils.resolveTokenUrl(tokenAddresses);
setTokenIconsMap(_fetchedTokenIconsMap)
}
},[tokenAddresses])
},[tokenIconsMap])

const processed = useMemo((): PoolItem[] => {
if (!dataPoolsList) return [];
Expand Down

0 comments on commit f47a12d

Please sign in to comment.