Skip to content

Commit

Permalink
Update Dapp schema to add verification details
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantan-b committed Oct 15, 2023
1 parent e2c8f68 commit 8d9902f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**Notes For Reviewers**

### This PR fixes SKIT-

### Testing steps-

### Screenshots (if any)

### Final Checklists

- [] Yes, I have added the ticket number in my PR description like `[SKIT-11] Desc`
- [] Yes, I haven't made any secret variables public all are listed in .env file
- [] Yes, I have reviewed my PR once by myself
- [] Yes, I have tested my PR in my local environment and everything is working as expected
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.97",
"version": "0.1.98",
"description": "The dApp Store registry for MerokuDAO dAapp Store",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/dAppSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,5 @@ export interface DAppSchema {
ownerAddress?: string;
tokenId?: string;
metrics?: object;
verification?: object;
}

0 comments on commit 8d9902f

Please sign in to comment.