We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24a8e04 + 3726772 commit e482233Copy full SHA for e482233
v-next/hardhat-chai-matchers/src/index.ts
@@ -7,6 +7,15 @@ const hardhatChaiMatchersPlugin: HardhatPlugin = {
7
hookHandlers: {
8
network: import.meta.resolve("./internal/hook-handlers/network.js"),
9
},
10
+ npmPackage: "@ignored/hardhat-vnext-chai-matchers",
11
+ dependencies: [
12
+ async () => {
13
+ const { default: hardhatEthersPlugin } = await import(
14
+ "@ignored/hardhat-vnext-ethers"
15
+ );
16
+ return hardhatEthersPlugin;
17
+ },
18
+ ],
19
};
20
21
export default hardhatChaiMatchersPlugin;
0 commit comments