Skip to content

Commit

Permalink
Aug 5, 2024, 5:56 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2024
1 parent 54e516d commit 3f8d084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adapters/astar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ class AstarBalanceAdapter extends BalanceAdapter {

public subscribeBalance(
token: string,
address: string
address: string,
tokenId?: string
): Observable<BalanceData> {
const storage = this.storages.balances(address);

Expand Down

0 comments on commit 3f8d084

Please sign in to comment.