Skip to content

Commit

Permalink
Aug 5, 2024, 7:53 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2024
1 parent 92761c9 commit 76e17f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/astar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class AstarBalanceAdapter extends BalanceAdapter {
);
}

const tokenData: TokenData = this.getToken(token);
const tokenData: TokenData = this.getToken(token, tokenId);

if (!tokenData) throw new TokenNotFound(token);

Expand Down

0 comments on commit 76e17f7

Please sign in to comment.