Skip to content

Commit

Permalink
add composable type
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 20, 2023
1 parent e690224 commit a815e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/sor/sorV2/sorV2.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ export class SorV2Service implements SwapService {
case PrismaPoolType.PHANTOM_STABLE:
// Composablestables are PHANTOM_STABLE in Prisma. b-sdk treats Phantoms as ComposableStable.
return 'ComposableStable';
case PrismaPoolType.COMPOSABLE_STABLE:
return 'ComposableStable';
case PrismaPoolType.GYRO:
return 'Gyro2';
case PrismaPoolType.GYRO3:
Expand Down

0 comments on commit a815e8c

Please sign in to comment.