Skip to content

Commit

Permalink
more console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu committed Apr 1, 2024
1 parent bfe8475 commit 6870677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @shared/api/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ export const getAccountIndexerBalances = async (
): Promise<AccountBalancesInterface> => {
console.log("getAccountIndexerBalances");
const contractIds = await getTokenIds(networkDetails.network as NETWORKS);
console.log(INDEXER_URL);
console.log(publicKey);
const url = new URL(`${INDEXER_URL}/account-balances/${publicKey}`);
url.searchParams.append("network", networkDetails.network);
for (const id of contractIds) {
Expand Down

0 comments on commit 6870677

Please sign in to comment.