Skip to content

Commit

Permalink
bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
zielvna committed Aug 20, 2024
1 parent aa19a7d commit 5f0066a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@hookform/error-message": "^0.0.3",
"@hookform/resolvers": "^0.1.0",
"@invariant-labs/sdk-eclipse": "^0.0.15",
"@invariant-labs/sdk-eclipse": "^0.0.17",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
Expand Down
2 changes: 0 additions & 2 deletions src/store/sagas/positions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,6 @@ export function* handleClosePositionWithETH(data: ClosePositionData) {
tickSpacing: positionForIndex.tickSpacing
}),
owner: wallet.publicKey,
payer: wallet.publicKey,
index: data.positionIndex,
userTokenX,
userTokenY
Expand Down Expand Up @@ -1251,7 +1250,6 @@ export function* handleClosePosition(action: PayloadAction<ClosePositionData>) {
tickSpacing: positionForIndex.tickSpacing
}),
owner: wallet.publicKey,
payer: wallet.publicKey,
index: action.payload.positionIndex,
userTokenX,
userTokenY
Expand Down

0 comments on commit 5f0066a

Please sign in to comment.