Skip to content

Commit 3726772

Browse files
add npmPackage and dependencies
1 parent 24a8e04 commit 3726772

File tree

1 file changed

+9
-0
lines changed
  • v-next/hardhat-chai-matchers/src

1 file changed

+9
-0
lines changed

v-next/hardhat-chai-matchers/src/index.ts

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ const hardhatChaiMatchersPlugin: HardhatPlugin = {
77
hookHandlers: {
88
network: import.meta.resolve("./internal/hook-handlers/network.js"),
99
},
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+
],
1019
};
1120

1221
export default hardhatChaiMatchersPlugin;

0 commit comments

Comments
 (0)