We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8471ad3 commit 074a491Copy full SHA for 074a491
examples/circom/README.md
@@ -64,7 +64,7 @@ Save it for the next step.
64
65
4. Fill the program `.env` variable:
66
67
-Follow the `contracts/.env.example`.
+Follow the `.env.example`.
68
69
5. Run the program:
70
@@ -88,7 +88,7 @@ This command will output the vk commitment like this:
88
VK COMMITMENT IS: `0xd8aeedbdfc90bfc0f61d81efdd23bcf119d7825f74d2af7071fee8fa144a3cb1`
89
```
90
91
-2. Complete the `VK_COMMITMENT` variables in `contracts/.env.example`
+2. Complete the `VK_COMMITMENT` variable in `contracts/.env.devnet`
92
93
3. Deploy the contract
94
0 commit comments