From 6690c3c773cbb476ec0ba818cb26b76ea862a937 Mon Sep 17 00:00:00 2001 From: bigq Date: Wed, 16 Aug 2023 14:31:57 +0200 Subject: [PATCH] feat: update hardhat config --- .hardhat/README.md | 2 +- .hardhat/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.hardhat/README.md b/.hardhat/README.md index 5dc71c3..45f7a72 100644 --- a/.hardhat/README.md +++ b/.hardhat/README.md @@ -28,7 +28,7 @@ Sismo Connect Solidity is a Solidity library that allows you to verify the zk-pr Here is the link to the full documentation of the library: [Sismo Connect Solidity Library](https://docs.sismo.io/build-with-sismo-connect/technical-documentation/solidity) -You can learn more on Sismo Connect [here](hhttps://docs.sismo.io/sismo-docs/build-with-sismo-connect/getting-started). +You can learn more on Sismo Connect [here](https://docs.sismo.io/sismo-docs/build-with-sismo-connect/getting-started). ### Prerequisites diff --git a/.hardhat/package.json b/.hardhat/package.json index e780729..e1f037a 100644 --- a/.hardhat/package.json +++ b/.hardhat/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/sismo-core/sismo-connect-onchain-verifier.git" + "url": "git+https://github.com/sismo-core/sismo-connect-solidity.git" }, "keywords": [ "solidity", @@ -18,8 +18,8 @@ "author": "Sismo ", "license": "MIT", "bugs": { - "url": "https://github.com/sismo-core/sismo-connect-onchain-verifier/issues" + "url": "https://github.com/sismo-core/sismo-connect-solidity/issues" }, - "homepage": "https://github.com/sismo-core/sismo-connect-onchain-verifier#readme", + "homepage": "https://github.com/sismo-core/sismo-connect-solidity#readme", "main": "index.js" }