Skip to content

Commit

Permalink
Sep 20, 2024, 2:51 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 20, 2024
1 parent a556b28 commit 5391462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/hydradx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class HydradxBalanceAdapter extends BalanceAdapter {
console.log(`get hydra token`)
const token = this.getToken<ExtendedToken>(tokenName, tokenId);

console.log(`hydra token: ${token}`)
console.log(`hydra token: ${JSON.stringify(token)}`)
return this.storages.assets(token.toRaw(), address).observable.pipe(
map((balance) => {
const amount = FN.fromInner(
Expand Down

0 comments on commit 5391462

Please sign in to comment.