@dhedge/backend-flatcoin-core 0.3.15 → 0.3.16

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.
@@ -580,8 +580,8 @@ exports.getClosedPositionsQuery = (0, graphql_request_1.gql) `
580
580
  status
581
581
  closeTimestamp
582
582
  accruedFunding
583
- marginDepositedReth
584
- marginWithdrawnReth
583
+ marginDeposited
584
+ marginWithdrawn
585
585
  }
586
586
  }
587
587
  `;
@@ -96,8 +96,8 @@ export interface Position {
96
96
  closeTimestamp: number;
97
97
  closeBlock: number;
98
98
  accruedFunding: number;
99
- marginDepositedReth: number;
100
- marginWithdrawnReth: number;
99
+ marginDeposited: number;
100
+ marginWithdrawn: number;
101
101
  }
102
102
  export interface UnitHolder {
103
103
  address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",