Skip to content

Commit d5f61ec

Browse files
committed
feat: add Safe support for mintHypercert()
Without this patch the caller is only able to mint a Hypercert with their connected browser wallet.
1 parent 542356f commit d5f61ec

File tree

8 files changed

+560
-32
lines changed

8 files changed

+560
-32
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
"typescript-eslint": "^8.21.0",
7070
"vitest": "^3.0.3"
7171
},
72+
"peerDependencies": {
73+
"@safe-global/api-kit": "^2.5.7",
74+
"@safe-global/protocol-kit": "^5.2.0",
75+
"@safe-global/types-kit": "^1.0.4",
76+
"ethers": "^6.6.2"
77+
},
7278
"scripts": {
7379
"build": "pnpm types:json && pnpm codegen:api && rollup -c",
7480
"codegen:api": "npx orval --input https://api.hypercerts.org/swagger.json --output ./src/__generated__/api.ts",

0 commit comments

Comments
 (0)