@dhedge/backend-flatcoin-core 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -172,6 +172,7 @@ exports.getPositionLiquidatedsQuery = (0, graphql_request_1.gql) `
172
172
  blockTimestamp
173
173
  tokenId
174
174
  liquidator
175
+ closePrice
175
176
  }
176
177
  }
177
178
  `;
@@ -31,6 +31,7 @@ export interface LeveragePositionEvent {
31
31
  tokenId: number;
32
32
  account: string;
33
33
  liquidator: string;
34
+ closePrice: string;
34
35
  eventType: string;
35
36
  }
36
37
  export interface AnnouncedLimitOrder {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",