Skip to content

Commit

Permalink
feat: add fee pool select action for new v4 lp flows (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiehuang authored Nov 7, 2024
1 parent fac3c9d commit fc5cd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquidity-positions/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export enum LiquiditySource {
export enum FeePoolSelectAction {
MANUAL = 'Manual',
RECOMMENDED = 'Recommended',
SEARCH = 'Search',
}

0 comments on commit fc5cd42

Please sign in to comment.