Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis committed Feb 7, 2025
1 parent b3e1f44 commit b669682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/v4-sdk/src/PositionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ export interface MigrateOptions {
*/
migrate?: boolean
/**
* The additional currency that needs to be transferred
* The additional currency that needs to be transferred if migrating from out of range to in range or out of range to opposite side out of range
*/
neededCurrency?: Currency
/**
* The amount of additional currency that needs to be transferred
* The amount of additional currency that needs to be transferred if migrating from out of range to in range or out of range to opposite side out of range
*/
neededAmount?: BigintIsh
}
Expand Down

0 comments on commit b669682

Please sign in to comment.