Skip to content

Commit

Permalink
add circuits as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Mar 16, 2024
1 parent ec17267 commit 11042f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"license": "MIT",
"author": "Soham Zemse",
"publishConfig": {"access": "public"},
"main": "dist/index.js",
"module": "dist/sdk.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -22,7 +23,7 @@
"husky": {
"hooks": {
"pre-commit": "dts lint"
}
}
},
"prettier": {
"printWidth": 80,
Expand Down Expand Up @@ -59,6 +60,7 @@
"dependencies": {
"@noir-lang/backend_barretenberg": "0.25.0-00d6494.nightly",
"@noir-lang/noir_js": "0.25.0-00d6494.nightly",
"@ultralane/circuits": "^0.1.0",
"ethers": "^6.11.1"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11042f0

Please sign in to comment.