diff --git a/ts/client/src/index.ts b/ts/client/src/index.ts index e53ae4768..5a28463a6 100644 --- a/ts/client/src/index.ts +++ b/ts/client/src/index.ts @@ -16,7 +16,8 @@ export { Serum3Side, } from './accounts/serum3'; export * from './constants'; -// export * from './integrations/orca/index'; +export * from './utils'; + export { Group, StubOracle,