@gainsnetwork/sdk 1.8.8-rc2 → 1.8.8-rc3

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.
@@ -287,6 +287,7 @@ export interface UserTradingVariablesBackend {
287
287
  cumulVolPriceImpactMultiplier: string;
288
288
  fixedSpreadP: string;
289
289
  }>;
290
+ referrer: string;
290
291
  }
291
292
  export type OpenTradeInfo = {
292
293
  tradeId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="mocha" />
2
1
  import type { GNSMultiCollatDiamond } from "../../../contracts/types/generated";
3
2
  import { BorrowingFeeV2 } from ".";
4
3
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.8.8-rc2",
3
+ "version": "1.8.8-rc3",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [