Skip to content

Commit

Permalink
Sep 20, 2024, 2:41 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 20, 2024
1 parent 66dd01c commit d53328b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/hydradx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ class HydradxBalanceAdapter extends BalanceAdapter {
address: string,
tokenId: string
): Observable<BalanceData> {
console.log(`subscribe hydra balance`)
const storage = this.storages.balances(address);

if (tokenName === this.nativeToken) {
Expand Down

0 comments on commit d53328b

Please sign in to comment.