Skip to content

Commit

Permalink
changed metadata arg to true to ensure verified tokens arg works
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 committed Nov 14, 2024
1 parent 5f4f14b commit e954d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallet/src/hooks/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const getBalancesAssetsSummary = async (
return getTokenBalances(indexerClient, {
accountAddress,
contractAddress: asset.contractAddress,
includeMetadata: false,
includeMetadata: true,
hideCollectibles,
verifiedOnly
})
Expand All @@ -115,7 +115,7 @@ export const getBalancesAssetsSummary = async (
getTokenBalances(indexerClient, {
accountAddress,
hideCollectibles,
includeMetadata: false,
includeMetadata: true,
verifiedOnly
})
)
Expand Down

0 comments on commit e954d90

Please sign in to comment.