Skip to content

Commit 64c05d1

Browse files
authored
Merge pull request #134 from threshold-network/change-hardhat-tenderly-version
Change SemVer range for `@tenderly/hardhat-tenderly` dependency We can't use `@tenderly/hardhat-tenderly` in versions `1.4.x` and higher on Node.js `v14`, as those `1.4.x` versions introduce dependency to `tslog` package, which is incompatible with `v14` of Node.js (works on `v16` or higher). We use Node `v14` in some of the projects having the `@threshold-network/solidity-contracts` as their dependency. We had also a problem with installation of `@tenderly/hardhat-tenderly` in versions `1.2.x`, so we're limiting the allowed versions to `<1.2.0`. Refs: threshold-network/tbtc-v2#440 threshold-network/keep-core#3454 keep-network/coverage-pools#222
2 parents 59c7d9e + 003384b commit 64c05d1

File tree

2 files changed

+178
-30
lines changed

2 files changed

+178
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@nomiclabs/hardhat-ethers": "^2.0.2",
3737
"@nomiclabs/hardhat-waffle": "^2.0.1",
3838
"@openzeppelin/hardhat-upgrades": "^1.12.0",
39-
"@tenderly/hardhat-tenderly": "^1.0.12",
39+
"@tenderly/hardhat-tenderly": ">=1.0.12 <1.2.0",
4040
"@types/chai": "^4.2.22",
4141
"@types/mocha": "^9.0.0",
4242
"@types/node": "^16.11.6",

0 commit comments

Comments
 (0)