Skip to content

Commit 3930923

Browse files
authored
Merge pull request #37 from hypercerts-org/safe-integration
Safe integration for mintHypercert()
2 parents 43e6dfa + d5f61ec commit 3930923

10 files changed

+572
-41
lines changed

Diff for: package.json

+6
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)