diff --git a/packages/sdk/src/pool/index.ts b/packages/sdk/src/pool/index.ts index 952680d9..92f70e82 100644 --- a/packages/sdk/src/pool/index.ts +++ b/packages/sdk/src/pool/index.ts @@ -8,3 +8,5 @@ export { OmniPool } from './omni/OmniPool'; export { OmniMath } from './omni/OmniMath'; export { LbpPool } from './lbp/LbpPool'; export { LbpMath } from './lbp/LbpMath'; +export { StableMath } from './stable/StableMath'; +export { StableSwap } from './stable/StableSwap';