Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minor doc updates
  • Loading branch information
hellwolf committed Jan 28, 2026
commit ff8a7099f6e6774b2c89081d000129c5d59c5eb2
8 changes: 4 additions & 4 deletions .syncpackrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ versionGroups:
dependencies:
- "stack-trace"
pinVersion: "0.0.10"
- label: Pin hardhat-ethers due to a bug during deployment of contracts
dependencies:
- "@nomicfoundation/hardhat-ethers"
pinVersion: "3.1.2"
- label: Pin hardhat due to a bug during deployment of contracts
dependencies:
- "hardhat"
pinVersion: "2.27.2"
- label: Pin hardhat-ethers due to it will require hardhat@^2.28.x
dependencies:
- "@nomicfoundation/hardhat-ethers"
pinVersion: "3.1.2"
1 change: 1 addition & 0 deletions packages/ethereum-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- EVM target changed from _shanghai_ to _cancun_.
- Update solhint to v6.
- Updated to "hardhat@2.27.2".

## [v1.14.1]

Expand Down
Loading