Skip to content

Commit

Permalink
fix(graph): use decimals with cardano tokens in graph data
Browse files Browse the repository at this point in the history
  • Loading branch information
vytick committed Jan 17, 2025
1 parent 8f30a4d commit a6eedc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite-common/graph/src/graphDataFetching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const getBalanceFromAccountInfo = ({
return accountInfo.balance;
case 'ethereum':
case 'solana':
case 'cardano':
if (contractId) {
const token = accountInfo.tokens?.find(t => t.contract === contractId);

Expand Down

0 comments on commit a6eedc8

Please sign in to comment.