Skip to content

Commit d14e7a2

Browse files
authored
Merge pull request #227 from keep-network/dep-update
Dependency version updates Two dependency updates here: - `@threshold-network/solidity-contracts` switched to the most recent `@development` version. - Updated `@openzeppelin/contracts` to the most recent version which is now `4.8`.
2 parents f15197c + be85d75 commit d14e7a2

File tree

3 files changed

+1309
-495
lines changed

3 files changed

+1309
-495
lines changed

hardhat.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { HardhatUserConfig } from "hardhat/config"
22

33
import "@keep-network/hardhat-helpers"
4-
import "@keep-network/hardhat-local-networks-config"
54
import "@nomiclabs/hardhat-waffle"
65
import "@nomiclabs/hardhat-ethers"
76
import "hardhat-gas-reporter"
@@ -60,8 +59,6 @@ const config: HardhatUserConfig = {
6059
etherscan: {
6160
apiKey: process.env.ETHERSCAN_API_KEY,
6261
},
63-
// // Define local networks configuration file path to load networks from the file.
64-
// localNetworksConfig: "./.hardhat/networks.ts",
6562
external: {
6663
contracts: [
6764
{

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keep-network/coverage-pools",
3-
"version": "1.1.0-dev",
3+
"version": "2.0.0-dev",
44
"license": "MIT",
55
"files": [
66
"artifacts/",
@@ -37,18 +37,18 @@
3737
"dependencies": {
3838
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre",
3939
"@keep-network/tbtc": ">1.1.2-dev <1.1.2-pre",
40-
"@openzeppelin/contracts": "^4.3",
41-
"@tenderly/hardhat-tenderly": "1.0.12",
40+
"@openzeppelin/contracts": "^4.8",
4241
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf",
43-
"@threshold-network/solidity-contracts": ">1.1.0-dev <1.1.0-ropsten"
42+
"@threshold-network/solidity-contracts": "development"
4443
},
4544
"devDependencies": {
46-
"@keep-network/hardhat-helpers": "^0.2.0-pre",
47-
"@keep-network/hardhat-local-networks-config": "0.1.0-pre.0",
45+
"@keep-network/hardhat-helpers": "^0.6.0-pre.15",
4846
"@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#d6ec02e",
49-
"@nomiclabs/hardhat-ethers": "^2.0.2",
50-
"@nomiclabs/hardhat-etherscan": "^2.1.6",
51-
"@nomiclabs/hardhat-waffle": "^2.0.1",
47+
"@nomiclabs/hardhat-ethers": "^2.0.6",
48+
"@nomiclabs/hardhat-etherscan": "^3.1.0",
49+
"@nomiclabs/hardhat-waffle": "^2.0.2",
50+
"@openzeppelin/hardhat-upgrades": "^1.22.0",
51+
"@tenderly/hardhat-tenderly": ">=1.0.13 <1.2.0",
5252
"@types/chai": "^4.2.20",
5353
"@types/mocha": "^8.2.3",
5454
"@types/node": "^16.0.1",
@@ -57,10 +57,10 @@
5757
"eslint-config-keep": "github:keep-network/eslint-config-keep#0c27ade",
5858
"ethereum-waffle": "^3.4.0",
5959
"ethers": "^5.0.32",
60-
"hardhat": "^2.6.4",
61-
"hardhat-dependency-compiler": "^1.1.1",
62-
"hardhat-deploy": "^0.9.1",
63-
"hardhat-gas-reporter": "^1.0.4",
60+
"hardhat": "^2.10.0",
61+
"hardhat-dependency-compiler": "^1.1.2",
62+
"hardhat-deploy": "^0.11.11",
63+
"hardhat-gas-reporter": "^1.0.8",
6464
"prettier": "^2.3.2",
6565
"prettier-plugin-sh": "^0.7.1",
6666
"prettier-plugin-solidity": "^1.0.0-beta.14 ",

0 commit comments

Comments
 (0)