@maci-protocol/contracts 0.0.0-ci.0ff1a09 → 0.0.0-ci.1175538

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/contracts",
3
- "version": "0.0.0-ci.0ff1a09",
3
+ "version": "0.0.0-ci.1175538",
4
4
  "private": false,
5
5
  "description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
6
6
  "main": "build/ts/index.js",
@@ -222,11 +222,11 @@
222
222
  },
223
223
  "dependencies": {
224
224
  "@excubiae/contracts": "^0.11.0",
225
- "@maci-protocol/core": "0.0.0-ci.0ff1a09",
226
- "@maci-protocol/crypto": "0.0.0-ci.0ff1a09",
227
- "@maci-protocol/domainobjs": "0.0.0-ci.0ff1a09",
225
+ "@maci-protocol/core": "0.0.0-ci.1175538",
226
+ "@maci-protocol/crypto": "0.0.0-ci.1175538",
227
+ "@maci-protocol/domainobjs": "0.0.0-ci.1175538",
228
228
  "@nomicfoundation/hardhat-ethers": "^3.0.9",
229
- "@nomicfoundation/hardhat-toolbox": "^6.0.0",
229
+ "@nomicfoundation/hardhat-toolbox": "^5.0.0",
230
230
  "@nomicfoundation/hardhat-verify": "^2.0.14",
231
231
  "@openzeppelin/contracts": "^5.3.0",
232
232
  "@openzeppelin/merkle-tree": "^1.0.8",
@@ -235,7 +235,7 @@
235
235
  "@zk-kit/lean-imt": "^2.2.3",
236
236
  "circomlibjs": "^0.1.7",
237
237
  "ethers": "^6.14.4",
238
- "hardhat": "^2.25.0",
238
+ "hardhat": "^2.24.3",
239
239
  "lowdb": "^1.0.0",
240
240
  "snarkjs": "^0.7.5",
241
241
  "solady": "^0.1.19",
@@ -262,5 +262,5 @@
262
262
  "ts-node": "^10.9.1",
263
263
  "typescript": "^5.8.3"
264
264
  },
265
- "gitHead": "6f72feed7becf638c445983be494b9bb6e3546ac"
265
+ "gitHead": "5d32e24477fb0cf420aae20e06982b5ff961b4cf"
266
266
  }