Skip to content

Commit

Permalink
Merge pull request #1271 from privacy-scaling-explorations/dependabot…
Browse files Browse the repository at this point in the history
…/npm_and_yarn/dev/hardhat-2.21.0

chore(deps): bump hardhat from 2.20.1 to 2.21.1
  • Loading branch information
0xmad authored Mar 14, 2024
2 parents d3a9857 + ba6e236 commit c9107b8
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 203 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"hardhat": "^2.20.1",
"hardhat": "^2.22.1",
"maci-circuits": "^1.2.0",
"maci-contracts": "^1.2.0",
"maci-core": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@openzeppelin/contracts": "^4.8.0",
"circomlibjs": "^0.1.7",
"ethers": "^6.11.1",
"hardhat": "^2.20.1",
"hardhat": "^2.21.1",
"maci-circuits": "^1.2.0",
"maci-core": "^1.2.0",
"maci-crypto": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion contracts/tests/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MaxValues, TreeDepths } from "maci-core";
import { G1Point, G2Point } from "maci-crypto";
import { VerifyingKey } from "maci-domainobjs";

export const duration = 20;
export const duration = 2_000;

export const STATE_TREE_DEPTH = 10;
export const STATE_TREE_ARITY = 5;
Expand Down
2 changes: 1 addition & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^20.11.25",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"hardhat": "^2.20.1",
"hardhat": "^2.22.1",
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.0.3",
"mocha": "^10.3.0",
Expand Down
Loading

0 comments on commit c9107b8

Please sign in to comment.