diff --git a/package.json b/package.json index cc1b3c4..a747a5e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/interfaces/dAppSchema.ts b/src/interfaces/dAppSchema.ts index c88a800..b1019fd 100644 --- a/src/interfaces/dAppSchema.ts +++ b/src/interfaces/dAppSchema.ts @@ -178,4 +178,7 @@ export interface DAppSchema { facebookUrl?: string; other?: string; }; + ownerAddress?: string; + tokenId?: string; + metrics?: object; }