|
23 | 23 | "test": "hardhat test node && hardhat test mocha"
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "hardhat": "workspace:^3.0.0-next.0", |
27 |
| - "@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.0-next.0", |
28 |
| - "@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.0", |
29 |
| - "@nomicfoundation/hardhat-ethers": "workspace:^4.0.0-next.0", |
30 |
| - "@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.0", |
31 |
| - "@nomicfoundation/ignition-core": "workspace:^3.0.0-next.0", |
32 |
| - "@nomicfoundation/hardhat-ignition-viem": "workspace:^3.0.0-next.0", |
33 |
| - "@nomicfoundation/hardhat-keystore": "workspace:^3.0.0-next.0", |
34 |
| - "@nomicfoundation/hardhat-mocha": "workspace:^3.0.0-next.0", |
35 |
| - "@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.0", |
36 |
| - "@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.0-next.0", |
37 |
| - "@nomicfoundation/hardhat-typechain": "workspace:^3.0.0-next.0", |
38 |
| - "@nomicfoundation/hardhat-viem": "workspace:^3.0.0-next.0", |
| 26 | + "hardhat": "workspace:^3.0.0-next.1", |
| 27 | + "@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.0-next.1", |
| 28 | + "@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.1", |
| 29 | + "@nomicfoundation/hardhat-ethers": "workspace:^4.0.0-next.1", |
| 30 | + "@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.1", |
| 31 | + "@nomicfoundation/ignition-core": "workspace:^3.0.0-next.1", |
| 32 | + "@nomicfoundation/hardhat-ignition-viem": "workspace:^3.0.0-next.1", |
| 33 | + "@nomicfoundation/hardhat-keystore": "workspace:^3.0.0-next.1", |
| 34 | + "@nomicfoundation/hardhat-mocha": "workspace:^3.0.0-next.1", |
| 35 | + "@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.1", |
| 36 | + "@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.0-next.1", |
| 37 | + "@nomicfoundation/hardhat-typechain": "workspace:^3.0.0-next.1", |
| 38 | + "@nomicfoundation/hardhat-viem": "workspace:^3.0.0-next.1", |
39 | 39 | "@openzeppelin/contracts": "5.1.0",
|
40 | 40 | "@types/chai": "^4.2.0",
|
41 | 41 | "@types/mocha": ">=10.0.10",
|
|
0 commit comments