Skip to content

Commit

Permalink
Merge pull request #315 from idexio/P9-5150-denormalize-dust-liquidat…
Browse files Browse the repository at this point in the history
…ions

Denormalize dust liquidations
  • Loading branch information
dileepfrog authored May 15, 2024
2 parents bf97fba + 09cd871 commit 04d76ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/enums/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export const FillType = Object.freeze({
* Position closure as the counterparty to an ADL action.
*/
deleverage: 'deleverage',
/**
* Position closures resulting from forced dust liquidation
*/
closure: 'closure',
} as const);

export type FillType = (typeof FillType)[keyof typeof FillType];
Expand Down

0 comments on commit 04d76ac

Please sign in to comment.