hardhat 2.24.2 → 2.25.0

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.
@@ -55,17 +55,17 @@ var Action;
55
55
  const HARDHAT_PACKAGE_NAME = "hardhat";
56
56
  const PROJECT_DEPENDENCIES = {};
57
57
  const ETHERS_PROJECT_DEPENDENCIES = {
58
- "@nomicfoundation/hardhat-toolbox": "^5.0.0",
58
+ "@nomicfoundation/hardhat-toolbox": "^6.0.0",
59
59
  };
60
60
  const VIEM_PROJECT_DEPENDENCIES = {
61
- "@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
61
+ "@nomicfoundation/hardhat-toolbox-viem": "^4.0.0",
62
62
  };
63
63
  const PEER_DEPENDENCIES = {
64
64
  hardhat: "^2.14.0",
65
65
  "@nomicfoundation/hardhat-network-helpers": "^1.0.0",
66
66
  "@nomicfoundation/hardhat-verify": "^2.0.0",
67
67
  chai: "^4.2.0",
68
- "hardhat-gas-reporter": "^1.0.8",
68
+ "hardhat-gas-reporter": "^2.3.0",
69
69
  "solidity-coverage": "^0.8.0",
70
70
  "@nomicfoundation/hardhat-ignition": "^0.15.0",
71
71
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hardhat",
3
- "version": "2.24.2",
3
+ "version": "2.25.0",
4
4
  "author": "Nomic Labs LLC",
5
5
  "license": "MIT",
6
6
  "homepage": "https://hardhat.org",
@@ -67,7 +67,7 @@
67
67
  "eslint-plugin-import": "2.27.5",
68
68
  "eslint-plugin-mocha": "10.4.1",
69
69
  "eslint-plugin-prettier": "3.4.0",
70
- "ethers": "^6.1.0",
70
+ "ethers": "^6.14.0",
71
71
  "ethers-v5": "npm:ethers@5",
72
72
  "mocha": "^10.0.0",
73
73
  "prettier": "2.4.1",
@@ -82,7 +82,7 @@
82
82
  "dependencies": {
83
83
  "@ethereumjs/util": "^9.1.0",
84
84
  "@ethersproject/abi": "^5.1.2",
85
- "@nomicfoundation/edr": "^0.11.0",
85
+ "@nomicfoundation/edr": "^0.11.1",
86
86
  "@nomicfoundation/solidity-analyzer": "^0.1.0",
87
87
  "@sentry/node": "^5.18.1",
88
88
  "@types/bn.js": "^5.1.0",
@@ -43,11 +43,11 @@ const HARDHAT_PACKAGE_NAME = "hardhat";
43
43
  const PROJECT_DEPENDENCIES: Dependencies = {};
44
44
 
45
45
  const ETHERS_PROJECT_DEPENDENCIES: Dependencies = {
46
- "@nomicfoundation/hardhat-toolbox": "^5.0.0",
46
+ "@nomicfoundation/hardhat-toolbox": "^6.0.0",
47
47
  };
48
48
 
49
49
  const VIEM_PROJECT_DEPENDENCIES: Dependencies = {
50
- "@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
50
+ "@nomicfoundation/hardhat-toolbox-viem": "^4.0.0",
51
51
  };
52
52
 
53
53
  const PEER_DEPENDENCIES: Dependencies = {
@@ -55,7 +55,7 @@ const PEER_DEPENDENCIES: Dependencies = {
55
55
  "@nomicfoundation/hardhat-network-helpers": "^1.0.0",
56
56
  "@nomicfoundation/hardhat-verify": "^2.0.0",
57
57
  chai: "^4.2.0",
58
- "hardhat-gas-reporter": "^1.0.8",
58
+ "hardhat-gas-reporter": "^2.3.0",
59
59
  "solidity-coverage": "^0.8.0",
60
60
  "@nomicfoundation/hardhat-ignition": "^0.15.0",
61
61
  };