@nightlylabs/dex-sdk 0.0.51 → 0.0.52

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.
package/dist/index.d.cts CHANGED
@@ -175,8 +175,8 @@ interface PerpMarketData {
175
175
  low24: string;
176
176
  baseVolume24: string;
177
177
  quoteVolume24: string;
178
- fundingRate: string;
179
- openInterest24: string;
178
+ predictedFundingRate: string;
179
+ openInterest: string;
180
180
  timestamp: string;
181
181
  }
182
182
  interface GetPerpMarketsDataResponse {
package/dist/index.d.ts CHANGED
@@ -175,8 +175,8 @@ interface PerpMarketData {
175
175
  low24: string;
176
176
  baseVolume24: string;
177
177
  quoteVolume24: string;
178
- fundingRate: string;
179
- openInterest24: string;
178
+ predictedFundingRate: string;
179
+ openInterest: string;
180
180
  timestamp: string;
181
181
  }
182
182
  interface GetPerpMarketsDataResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {