Skip to content

Commit

Permalink
fix: bb version
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmisar committed Feb 2, 2025
1 parent 7b47c1e commit d618204
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This plugin automatically manages `nargo` and `bb` versions and compiles Noir on
Install the plugin and Noir dependencies:

```bash
npm install hardhat-plugin-noir @noir-lang/[email protected] @aztec/bb.js@0.63.1
npm install hardhat-plugin-noir @noir-lang/[email protected] @aztec/bb.js@0.66.0
```

Import the plugin in your `hardhat.config.js`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"README.md"
],
"devDependencies": {
"@aztec/bb.js": "0.63.1",
"@aztec/bb.js": "0.66.0",
"@noir-lang/noir_js": "1.0.0-beta.1",
"@noir-lang/types": "1.0.0-beta.1",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
Expand Down
16 changes: 11 additions & 5 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 d618204

Please sign in to comment.