Skip to content

Commit 023c259

Browse files
committed
upgrade dependencies, use updated hardhat-verify package
1 parent 70533d9 commit 023c259

File tree

3 files changed

+960
-1950
lines changed

3 files changed

+960
-1950
lines changed

hardhat.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import '@nomicfoundation/hardhat-chai-matchers';
22
import '@nomicfoundation/hardhat-ethers';
3-
import '@nomiclabs/hardhat-etherscan';
3+
import '@nomicfoundation/hardhat-verify';
44
import '@solidstate/hardhat-accounts';
55
import '@typechain/hardhat';
66
import 'hardhat-contract-sizer';

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,32 @@
2121
"prettier": "prettier --write --plugin=prettier-plugin-solidity ."
2222
},
2323
"devDependencies": {
24-
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
25-
"@nomicfoundation/hardhat-ethers": "^3.0.4",
26-
"@nomiclabs/hardhat-etherscan": "^3.1.7",
27-
"@solidstate/contracts": "^0.0.58",
24+
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
25+
"@nomicfoundation/hardhat-ethers": "^3.0.5",
26+
"@nomicfoundation/hardhat-verify": "^2.0.4",
27+
"@solidstate/contracts": "^0.0.59",
2828
"@solidstate/hardhat-accounts": "^1.0.0",
29-
"@solidstate/spec": "^0.0.58",
30-
"@typechain/ethers-v6": "^0.5.0",
31-
"@typechain/hardhat": "^9.0.0",
32-
"@types/chai": "^4.3.5",
33-
"@types/mocha": "^10.0.1",
34-
"@types/node": "^20.5.1",
35-
"chai": "^4.3.7",
36-
"dotenv": "^16.3.1",
37-
"ethers": "^6.7.1",
38-
"hardhat": "^2.17.1",
29+
"@solidstate/spec": "^0.0.59",
30+
"@typechain/ethers-v6": "^0.5.1",
31+
"@typechain/hardhat": "^9.1.0",
32+
"@types/chai": "^4.3.12",
33+
"@types/mocha": "^10.0.6",
34+
"@types/node": "^20.11.21",
35+
"chai": "^4.4.1",
36+
"dotenv": "^16.4.5",
37+
"ethers": "^6.11.1",
38+
"hardhat": "^2.20.1",
3939
"hardhat-contract-sizer": "^2.10.0",
4040
"hardhat-docgen": "^1.3.0",
41-
"hardhat-gas-reporter": "^1.0.9",
42-
"hardhat-spdx-license-identifier": "^2.1.0",
43-
"husky": "^8.0.3",
44-
"lint-staged": "^14.0.1",
45-
"prettier": "^3.0.2",
46-
"prettier-plugin-solidity": "^1.1.3",
47-
"solidity-coverage": "^0.8.4",
48-
"ts-node": "^10.9.1",
49-
"typechain": "^8.3.1",
50-
"typescript": "^5.1.6"
41+
"hardhat-gas-reporter": "^1.0.10",
42+
"hardhat-spdx-license-identifier": "^2.2.0",
43+
"husky": "^9.0.11",
44+
"lint-staged": "^15.2.2",
45+
"prettier": "^3.2.5",
46+
"prettier-plugin-solidity": "^1.3.1",
47+
"solidity-coverage": "^0.8.9",
48+
"ts-node": "^10.9.2",
49+
"typechain": "^8.3.2",
50+
"typescript": "^5.3.3"
5151
}
5252
}

0 commit comments

Comments
 (0)