From 43580ca26ab55b989f7179d002d3a154094700a0 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Mon, 7 Aug 2023 09:35:09 +0200 Subject: [PATCH] expose idl Signed-off-by: microwavedcola1 --- ts/client/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/client/src/index.ts b/ts/client/src/index.ts index 04b10883c..a70a20bec 100644 --- a/ts/client/src/index.ts +++ b/ts/client/src/index.ts @@ -19,6 +19,7 @@ export { buildIxGate, } from './clientIxParamBuilder'; export * from './constants'; +export * from './mango_v4'; export * from './numbers/I80F48'; export * from './risk'; export * from './router';