Skip to content

Commit

Permalink
Merge pull request #209 from hypercerts-org/feat/blueprint-batch-mint…
Browse files Browse the repository at this point in the history
…-script

feat: blueprint batch minting form
  • Loading branch information
holkexyz authored Jan 17, 2025
2 parents d9c0a6b + 2dc353c commit 212167d
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 32 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"supabase:types:data": "npx supabase gen types typescript --local > ./src/types/supabaseData.ts",
"preintegration": "pnpm --dir ./lib/hypercerts-indexer i",
"lint": "eslint",
"scripts:blueprint-batch-mint": "tsx scripts/blueprint_batch_mint.ts",
"test": "vitest",
"test:coverage": "vitest --coverage.enabled true",
"prepare": "husky",
Expand Down Expand Up @@ -90,6 +91,7 @@
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/stitch": "^9.0.3",
"@graphql-tools/wrap": "^10.0.1",
"@inquirer/prompts": "^7.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@sentry/types": "^8.2.1",
"@swc/cli": "^0.3.12",
Expand All @@ -103,6 +105,7 @@
"chai": "^5.0.0",
"chai-assertions-count": "^1.0.2",
"concurrently": "^8.2.2",
"csv-parse": "^5.6.0",
"dotenv": "^16.3.1",
"eslint": "8.56.0",
"husky": "^9.1.5",
Expand Down
Loading

0 comments on commit 212167d

Please sign in to comment.