Skip to content

Commit

Permalink
BE-632 | Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
deividaspetraitis committed Dec 12, 2024
1 parent fe88eb3 commit 90d9a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/src/queries/complex/portfolio/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ export async function getPortfolioAssets({
new Dec(categories["total-assets"].capitalization)
);

console.log("categories: total-assets", categories["total-assets"].capitalization);

// Update userBalanceDenoms to be a list of objects with denom and amount
const userBalanceDenoms =
categories["user-balances"]?.account_coins_result?.map((result) => ({
Expand Down

0 comments on commit 90d9a98

Please sign in to comment.