From d9d1c2acb95a06b4b0ad1042a28d162b493d1981 Mon Sep 17 00:00:00 2001 From: Justin D'Errico Date: Fri, 29 Apr 2022 16:18:57 -0400 Subject: [PATCH] fix(balancer): Also export the app module --- src/apps/balancer-v2/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/balancer-v2/index.ts b/src/apps/balancer-v2/index.ts index ebec5a5a9..fece12c37 100644 --- a/src/apps/balancer-v2/index.ts +++ b/src/apps/balancer-v2/index.ts @@ -1,4 +1,5 @@ export { BALANCER_V2_DEFINITION, BalancerV2AppDefinition } from './balancer-v2.definition'; +export { BalancerV2AppModule } from './balancer-v2.module'; export { BalancerV2ContractFactory } from './contracts'; // Helpers