Skip to content

Commit

Permalink
added new fields to the dappschema interface (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikesh-y authored Sep 18, 2023
1 parent ebecced commit e96f714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merokudao/dapp-store-registry",
"version": "0.1.93",
"version": "0.1.94",
"description": "The dApp Store registry for MerokuDAO dAapp Store",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions src/interfaces/dAppSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,7 @@ export interface DAppSchema {
facebookUrl?: string;
other?: string;
};
ownerAddress?: string;
tokenId?: string;
metrics?: object;
}

0 comments on commit e96f714

Please sign in to comment.