Skip to content

Commit 0e1eb0a

Browse files
committed
fix: bb version
1 parent 7b47c1e commit 0e1eb0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This plugin automatically manages `nargo` and `bb` versions and compiles Noir on
1515
Install the plugin and Noir dependencies:
1616

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

2121
Import the plugin in your `hardhat.config.js`:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"README.md"
3232
],
3333
"devDependencies": {
34-
"@aztec/bb.js": "0.63.1",
34+
"@aztec/bb.js": "0.66.0",
3535
"@noir-lang/noir_js": "1.0.0-beta.1",
3636
"@noir-lang/types": "1.0.0-beta.1",
3737
"@nomicfoundation/hardhat-ethers": "^3.0.8",

0 commit comments

Comments
 (0)