Skip to content

Commit

Permalink
Aug 5, 2024, 4:30 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2024
1 parent 39c4bb3 commit 581e3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balance-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export abstract class BalanceAdapter {
this.tokens = tokens;
}

public getToken<R extends BasicToken = BasicToken>(token: string): R {
public getToken<R extends BasicToken = BasicToken>(token: string, tokenId?: string): R {

const tokenConfig = this.tokens[token.toUpperCase()];

Expand Down

0 comments on commit 581e3c8

Please sign in to comment.