File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
packages/ethereum-contracts Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ versionGroups:
2121 dependencies :
2222 - " stack-trace"
2323 pinVersion : " 0.0.10"
24- - label : Pin hardhat-ethers due to a bug during deployment of contracts
25- dependencies :
26- - " @nomicfoundation/hardhat-ethers"
27- pinVersion : " 3.1.2"
2824 - label : Pin hardhat due to a bug during deployment of contracts
2925 dependencies :
3026 - " hardhat"
3127 pinVersion : " 2.27.2"
28+ - label : Pin hardhat-ethers due to it will require hardhat@^2.28.x
29+ dependencies :
30+ - " @nomicfoundation/hardhat-ethers"
31+ pinVersion : " 3.1.2"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1414
1515- EVM target changed from _ shanghai_ to _ cancun_ .
1616- Update solhint to v6.
17+ - Updated to "hardhat@2.27.2".
1718
1819## [ v1.14.1]
1920
You can’t perform that action at this time.
0 commit comments