Skip to content

Commit

Permalink
use maci 0.0.0-ci.153326b: do not allow invalid pub key
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed May 6, 2024
1 parent 9ff8f87 commit ef12b74
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dependencies": {
"@openzeppelin/merkle-tree": "^1.0.5",
"ethers": "^6.11.1",
"maci-crypto": "^1.2.0",
"maci-domainobjs": "^1.2.0"
"maci-crypto": "0.0.0-ci.153326b",
"maci-domainobjs": "0.0.0-ci.153326b"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@openzeppelin/contracts": "4.9.0",
"@pinata/sdk": "^2.1.0",
"dotenv": "^8.2.0",
"maci-contracts": "^1.2.0",
"maci-contracts": "0.0.0-ci.153326b",
"solidity-rlp": "2.0.8"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"ipfs-only-hash": "^2.0.1",
"maci-circuits": "^1.2.0",
"maci-cli": "^1.2.0",
"maci-domainobjs": "^1.2.0",
"maci-domainobjs": "0.0.0-ci.153326b",
"mocha": "^10.2.0",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit ef12b74

Please sign in to comment.