Skip to content

Commit

Permalink
Aug 5, 2024, 8:59 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 6, 2024
1 parent 27df235 commit 163ef9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adapters/acala/acala.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ class BaseAcalaAdapter extends BaseCrossChainAdapter {

public subscribeTokenBalance(
token: string,
address: string
address: string,
tokenId?: string
): Observable<BalanceData> {
if (!this.wallet) {
throw new ApiNotFound(this.chain.id);
Expand Down

0 comments on commit 163ef9a

Please sign in to comment.