Bläddra i källkod

docs: document ethers version issue with waffle

Paul Razvan Berg 3 år sedan
förälder
incheckning
ff050aa4c9
1 ändrade filer med 8 tillägg och 0 borttagningar
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -101,3 +101,11 @@ $ yarn deploy --greeting "Bonjour, le monde!"
 ## Syntax Highlighting
 
 If you use VSCode, you can enjoy syntax highlighting for your Solidity code via the [hardhat-vscode](https://github.com/NomicFoundation/hardhat-vscode) extension.
+
+## Caveats
+
+### Ethers and Waffle
+
+If you can't get the [Waffle matchers](https://ethereum-waffle.readthedocs.io/en/latest/matchers.html) to work, try to
+make your `ethers` package version match the version used by the `@ethereum-waffle/chai` package. Seem
+[#111](https://github.com/paulrberg/solidity-template/issues/111) for more details.