Commit 64c05d1
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#2222 files changed
+178
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments