Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 59aa570

Browse files
committed
fix(api): updated api client and minting flow
1 parent cb3c996 commit 59aa570

File tree

13 files changed

+404
-379
lines changed

13 files changed

+404
-379
lines changed

pnpm-lock.yaml

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/lib/hypercerts-api

Submodule hypercerts-api updated 66 files

sdk/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@graphql-typed-document-node/core": "^3.2.0",
2525
"@hypercerts-org/contracts": "2.0.0-alpha.1",
26-
"@openzeppelin/merkle-tree": "^1.0.5",
26+
"@openzeppelin/merkle-tree": "^1.0.7",
2727
"@swc/core": "^1.6.3",
2828
"ajv": "^8.11.2",
2929
"axios": "^1.7.2",
@@ -59,7 +59,6 @@
5959
},
6060
"scripts": {
6161
"build": "pnpm types:json && pnpm codegen:api && rollup -c",
62-
"codegen:graph": "graphql-codegen",
6362
"codegen:api": "npx orval --input ./lib/hypercerts-api/src/__generated__/swagger.json --output ./src/__generated__/api.ts",
6463
"clean": "rm -rf ./dist",
6564
"prebuild": "pnpm clean",

0 commit comments

Comments
 (0)