Commit 21cf396
authored
Merge pull request #126 from threshold-network/upgrade-hardhat-deploy
Upgrade `hardhat-deploy` to latest version (`^0.11.15`)
We want to upgrade `hardhat-deploy` dependency to latest version. Previously used version is not working correctly with a `@nomiclabs/hardhat-etherscan` plugin which we plan to use in the near future.
Apart from updating `package.lock` and `yarn.lock`, we had to change how we store the Etherscan key in Hardhat config file, because the syntax for that got changed in the newer versions of `hardhat-deploy`.File tree
4 files changed
+797
-332
lines changed- test/staking
4 files changed
+797
-332
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments