We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaf2a7 commit a4c2b44Copy full SHA for a4c2b44
types/ethers-contracts/index.ts
@@ -3,6 +3,6 @@
3
/* eslint-disable */
4
export type { Coordinator } from "./Coordinator";
5
export type { SubscriptionManager } from "./SubscriptionManager";
6
-export * as factories from "./factories";
+
7
export { Coordinator__factory } from "./factories/Coordinator__factory";
8
export { SubscriptionManager__factory } from "./factories/SubscriptionManager__factory";
0 commit comments