Skip to content

Commit

Permalink
Sep 20, 2024, 2:42 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 20, 2024
1 parent d53328b commit f740d17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapters/hydradx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,11 @@ class HydradxBalanceAdapter extends BalanceAdapter {
}))
);
}


console.log(`get hydra token`)
const token = this.getToken<ExtendedToken>(tokenName, tokenId);


return this.storages.assets(token.toRaw(), address).observable.pipe(
map((balance) => {
const amount = FN.fromInner(
Expand Down

0 comments on commit f740d17

Please sign in to comment.