Skip to content

Commit

Permalink
feat: gmx remove unused order types (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
KedziaPawel authored Jan 14, 2025
1 parent 0f044cd commit 2dbc17e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-jobs-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@enzymefinance/sdk": patch
---

Update gmx order type
3 changes: 0 additions & 3 deletions packages/sdk/src/Portfolio/Integrations/GMXV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ export const Action = {

export type OrderType = (typeof OrderType)[keyof typeof OrderType];
export const OrderType = {
MarketSwap: 0,
LimitSwap: 1,
MarketIncrease: 2,
LimitIncrease: 3,
MarketDecrease: 4,
LimitDecrease: 5,
StopLossDecrease: 6,
Expand Down

0 comments on commit 2dbc17e

Please sign in to comment.