Skip to content

Commit

Permalink
Update hardhat-zkit version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrom131 authored Jul 25, 2024
1 parent a414cb1 commit d64bc14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
],
"scripts": {
"prepare": "husky",
"compile": "npm run zkit-compile && npm run zkit-verifiers && npm run solidity-compile",
"compile": "npm run zkit-make && npm run zkit-verifiers && npm run solidity-compile",
"solidity-compile": "npx hardhat compile --force",
"zkit-make": "npx hardhat zkit:make",
"zkit-compile": "npx hardhat zkit:compile",
"zkit-verifiers": "npx hardhat zkit:verifiers",
"test": "npx hardhat test",
Expand All @@ -41,7 +42,7 @@
"@iden3/contracts": "^1.4.7",
"@iden3/js-crypto": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@solarity/hardhat-zkit": "^0.2.1",
"@solarity/hardhat-zkit": "^0.3.0-rc.1",
"@solarity/solidity-lib": "^2.7.3",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.14",
Expand Down

0 comments on commit d64bc14

Please sign in to comment.