|
71 | 71 | "@api3/promise-utils": "^0.4.0", |
72 | 72 | "@changesets/cli": "^2.29.4", |
73 | 73 | "@nomicfoundation/hardhat-chai-matchers": "^2.1.0", |
74 | | - "@nomicfoundation/hardhat-ethers": "^3.1.0", |
75 | | - "@nomicfoundation/hardhat-network-helpers": "^1.1.0", |
| 74 | + "@nomicfoundation/hardhat-ethers": "^4.0.0", |
| 75 | + "@nomicfoundation/hardhat-network-helpers": "^3.0.0", |
76 | 76 | "@nomicfoundation/hardhat-toolbox": "^6.1.0", |
77 | | - "@nomicfoundation/hardhat-verify": "^2.1.1", |
| 77 | + "@nomicfoundation/hardhat-verify": "^3.0.0", |
78 | 78 | "@openzeppelin/merkle-tree": "^1.0.8", |
79 | 79 | "@typechain/ethers-v6": "^0.5.1", |
80 | 80 | "@typechain/hardhat": "^9.1.0", |
|
86 | 86 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
87 | 87 | "@typescript-eslint/parser": "^7.18.0", |
88 | 88 | "chai": "^4.5.0", |
89 | | - "dotenv": "^16.5.0", |
| 89 | + "dotenv": "^17.2.1", |
90 | 90 | "eslint": "^8.57.1", |
91 | 91 | "glob": "^11.0.2", |
92 | | - "hardhat": "^2.26.2", |
| 92 | + "hardhat": "^3.0.0", |
93 | 93 | "hardhat-deploy": "1.0.2", |
94 | 94 | "hardhat-gas-reporter": "^2.3.0", |
95 | 95 | "jest": "^30.0.5", |
|
105 | 105 | "dependencies": { |
106 | 106 | "ethers": "^6.15.0", |
107 | 107 | "viem": "^2.23.2", |
108 | | - "yargs": "^17.7.2", |
| 108 | + "yargs": "^18.0.0", |
109 | 109 | "zod": "^4.0.15" |
110 | 110 | }, |
111 | 111 | "packageManager": "pnpm@10.14.0" |
|
0 commit comments