Skip to content

Commit

Permalink
make getTokenStandardAndDetails function signature reflect that the s…
Browse files Browse the repository at this point in the history
…econd arg is optional
  • Loading branch information
adonesky1 committed Mar 10, 2022
1 parent 6ee6e41 commit e325355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/AssetsContractController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class AssetsContractController extends BaseController<
*/
async getTokenStandardAndDetails(
tokenAddress: string,
userAddress: string,
userAddress?: string,
tokenId?: string,
): Promise<{
standard: string;
Expand Down

0 comments on commit e325355

Please sign in to comment.