Skip to content

Commit 7740f43

Browse files
committed
Update hardhat-deploy and hardhat-etherscan plugins
Update plugins to the latest versions.
1 parent a18f933 commit 7740f43

File tree

2 files changed

+471
-100
lines changed

2 files changed

+471
-100
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"dependencies": {
3939
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre",
4040
"@keep-network/tbtc": ">1.1.2-dev <1.1.2-pre",
41-
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf",
42-
"@threshold-network/solidity-contracts": ">1.1.0-dev <1.1.0-ropsten",
4341
"@openzeppelin/contracts": "^4.3",
44-
"@tenderly/hardhat-tenderly": "^1.0.12"
42+
"@tenderly/hardhat-tenderly": "^1.0.12",
43+
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf",
44+
"@threshold-network/solidity-contracts": ">1.1.0-dev <1.1.0-ropsten"
4545
},
4646
"devDependencies": {
4747
"@keep-network/hardhat-helpers": "^0.2.0-pre",
4848
"@keep-network/hardhat-local-networks-config": "0.1.0-pre.0",
4949
"@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#d6ec02e",
5050
"@nomiclabs/hardhat-ethers": "^2.0.2",
51-
"@nomiclabs/hardhat-etherscan": "^2.1.6",
51+
"@nomiclabs/hardhat-etherscan": "^3.1.0",
5252
"@nomiclabs/hardhat-waffle": "^2.0.1",
5353
"@types/chai": "^4.2.20",
5454
"@types/mocha": "^8.2.3",
@@ -60,7 +60,7 @@
6060
"ethers": "^5.0.32",
6161
"hardhat": "^2.6.4",
6262
"hardhat-dependency-compiler": "^1.1.1",
63-
"hardhat-deploy": "^0.9.1",
63+
"hardhat-deploy": "^0.11.12",
6464
"hardhat-gas-reporter": "^1.0.4",
6565
"prettier": "^2.3.2",
6666
"prettier-plugin-sh": "^0.7.1",

0 commit comments

Comments
 (0)