Skip to content

Commit

Permalink
feat(positions): Add name to NFT collection type
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Aug 19, 2022
1 parent cea924a commit dfe93e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/position/position.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export interface NonFungibleToken extends AbstractToken {
}[];
collection?: {
id: string;
name: string;
floorPrice: number;
floorPriceUSD: number;
img: string;
Expand Down

0 comments on commit dfe93e4

Please sign in to comment.