@@ -45,17 +45,17 @@ const HARDHAT_PACKAGE_NAME = "hardhat";
45
45
const PROJECT_DEPENDENCIES : Dependencies = { } ;
46
46
47
47
const ETHERS_PROJECT_DEPENDENCIES : Dependencies = {
48
- "@nomicfoundation/hardhat-toolbox" : "^3 .0.0" ,
48
+ "@nomicfoundation/hardhat-toolbox" : "^4 .0.0" ,
49
49
} ;
50
50
51
51
const VIEM_PROJECT_DEPENDENCIES : Dependencies = {
52
- "@nomicfoundation/hardhat-toolbox-viem" : "^1 .0.0" ,
52
+ "@nomicfoundation/hardhat-toolbox-viem" : "^2 .0.0" ,
53
53
} ;
54
54
55
55
const PEER_DEPENDENCIES : Dependencies = {
56
56
hardhat : "^2.14.0" ,
57
57
"@nomicfoundation/hardhat-network-helpers" : "^1.0.0" ,
58
- "@nomicfoundation/hardhat-verify" : "^1 .0.0" ,
58
+ "@nomicfoundation/hardhat-verify" : "^2 .0.0" ,
59
59
chai : "^4.2.0" ,
60
60
"hardhat-gas-reporter" : "^1.0.8" ,
61
61
"solidity-coverage" : "^0.8.0" ,
@@ -65,9 +65,9 @@ const ETHERS_PEER_DEPENDENCIES: Dependencies = {
65
65
"@nomicfoundation/hardhat-chai-matchers" : "^2.0.0" ,
66
66
"@nomicfoundation/hardhat-ethers" : "^3.0.0" ,
67
67
ethers : "^6.4.0" ,
68
- "@typechain/hardhat" : "^8 .0.0" ,
69
- typechain : "^8.1 .0" ,
70
- "@typechain/ethers-v6" : "^0.4 .0" ,
68
+ "@typechain/hardhat" : "^9 .0.0" ,
69
+ typechain : "^8.3 .0" ,
70
+ "@typechain/ethers-v6" : "^0.5 .0" ,
71
71
} ;
72
72
73
73
const VIEM_PEER_DEPENDENCIES : Dependencies = {
0 commit comments