Skip to content

Commit

Permalink
fix(v4-sdk): remove take_settle_pair, use updated actions constants (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds authored Dec 12, 2024
1 parent ff2be9a commit 9eaff50
Show file tree
Hide file tree
Showing 6 changed files with 1,352 additions and 577 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 @@ -19,7 +19,7 @@ import {
ZERO_LIQUIDITY,
} from './internalConstants'
import { V4PositionPlanner } from './utils'
import { abi } from './utils/abi'
import { positionManagerAbi } from './utils/positionManagerAbi'

export interface CommonOptions {
/**
Expand Down Expand Up @@ -204,7 +204,7 @@ function shouldCreatePool(options: MintOptions): boolean {
}

export abstract class V4PositionManager {
public static INTERFACE: Interface = new Interface(abi)
public static INTERFACE: Interface = new Interface(positionManagerAbi)

/**
* Cannot be constructed.
Expand Down
Loading

0 comments on commit 9eaff50

Please sign in to comment.