Skip to content

Commit

Permalink
put back isDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Aug 21, 2024
1 parent 5236b0a commit bcf1ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/token/models/AssetModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export type Asset = {
balance?: bigint;
dollarValue?: string;
chainId?: number;
isDefault?: boolean;
};

0 comments on commit bcf1ef1

Please sign in to comment.