Skip to content

Commit ff8a709

Browse files
committed
minor doc updates
1 parent ca514e1 commit ff8a709

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.syncpackrc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

packages/ethereum-contracts/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)