diff --git a/vite-hardhat/README.md b/vite-hardhat/README.md index a0fb3bc..438348d 100644 --- a/vite-hardhat/README.md +++ b/vite-hardhat/README.md @@ -87,6 +87,10 @@ The test demonstrates basic usage of Noir in a TypeScript Node.js environment. yarn preview ``` +### On-chain verification + +The app will verify your proof locally. If you have a wallet, it will prompt you to connect to the relevant network and use it for on-chain verification. + ### Deploy on testnets For convenience, we added two configurations for deployment on various testnets. You can find them in `hardhat.config.cts`. diff --git a/vite-hardhat/utils/addresses.json b/vite-hardhat/utils/addresses.json index 272226d..5c56775 100644 --- a/vite-hardhat/utils/addresses.json +++ b/vite-hardhat/utils/addresses.json @@ -1 +1 @@ -{"chainId":31337,"verifier":"0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0"} \ No newline at end of file +{"chainId":31337,"verifier":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707"} \ No newline at end of file