Skip to content

Commit 6d2906c

Browse files
Clarify in the documentation that hardhat-chai-matchers is not compatible with hardhat-viem (#5102)
1 parent 5fa868f commit 6d2906c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/content/hardhat-chai-matchers/docs/overview.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ description: Hardhat Chai Matchers is a Hardhat plugin that builds on top of Cha
99

1010
Among other things, you can assert that a contract fired certain events, or that it exhibited a specific revert, or that a transaction resulted in specific changes to a wallet's Ether or token balance.
1111

12+
:::warning
13+
14+
The `hardhat-chai-matchers` plugin is designed to work with `hardhat-ethers`. Attempting to use it in conjunction with `hardhat-viem` results in compatibility issues.
15+
16+
:::
17+
1218
## Installation
1319

1420
::::tabsgroup{options="npm 7+,npm 6,yarn"}

0 commit comments

Comments
 (0)