add export

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-01-30 14:37:01 +01:00
parent 63a5fdb9c3
commit 3ad0b39926
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import { MangoClient } from './client';
import { MANGO_V4_ID } from './constants';
export * from './accounts/bank';
export * from './numbers/I80F48';
export * from './accounts/mangoAccount';
export * from './accounts/perp';
export {
@ -13,6 +12,8 @@ export {
Serum3SelfTradeBehavior,
Serum3Side,
} from './accounts/serum3';
export * from './clientIxParamBuilder';
export * from './constants';
export * from './numbers/I80F48';
export * from './utils';
export { Group, StubOracle, MangoClient, MANGO_V4_ID };