We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d9c2b commit 6baa9bcCopy full SHA for 6baa9bc
3 files changed
README.md
@@ -17,7 +17,7 @@ This plugin automatically manages `nargo` and `bb` versions and compiles Noir on
17
Install the plugin and Noir dependencies:
18
19
```bash
20
-npm install hardhat-noir @noir-lang/noir_js@1.0.0-beta.6 @aztec/bb.js@0.85.0
+npm install hardhat-noir @noir-lang/noir_js@1.0.0-beta.6 @aztec/bb.js@0.87.8
21
```
22
23
Import the plugin in your `hardhat.config.ts`:
package.json
@@ -47,7 +47,7 @@
47
"hardhat": "^2.0.0"
48
},
49
"dependencies": {
50
- "@aztec/bb.js": ">=0.85.0",
+ "@aztec/bb.js": ">=0.87.8",
51
"glob": "^11.0.0",
52
"zod": "^3.23.8"
53
}
0 commit comments