Skip to content

Commit

Permalink
feat: update hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e committed Aug 16, 2023
1 parent ad27f2d commit 6690c3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions .hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -18,8 +18,8 @@
"author": "Sismo <[email protected]>",
"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"
}

0 comments on commit 6690c3c

Please sign in to comment.