Skip to content

Commit

Permalink
outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Oct 22, 2024
1 parent 49f53db commit 393f229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/transfers/useTransfers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export const useTransfers = () => {
return getDefaultTokenDenomFromAssets(assetsForSelectedChain);
}, [assetsForSelectedChain]);

// consider moving to useMemo outside of this query
const cosmosChainAddresses = useMemo(() => {
if (!dydxAddress) return {};
return {
Expand Down

0 comments on commit 393f229

Please sign in to comment.