Skip to content

Commit

Permalink
update the shape for the custom gallery sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Im Khem authored and Im Khem committed Aug 22, 2023
1 parent 03c611e commit 42dfd62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/provider/masa-shape.ts
Expand Up @@ -133,6 +133,11 @@ export interface MasaShape {
tokens: {
tokenId: BigNumber;
tokenUri: string;
metadata: {
image: string;
name: string;
description: string;
};
}[];
})[];
badges?: unknown[];
Expand Down

0 comments on commit 42dfd62

Please sign in to comment.