@gainsnetwork/sdk 0.1.15-rc1 → 0.1.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.
package/lib/constants.js CHANGED
@@ -252,6 +252,6 @@ exports.delistedPairIxs = new Set([
252
252
  6, 31, 36, 42, 45, 48, 50, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
253
253
  69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87,
254
254
  88, 89, 97, 99, 101, 106, 107, 108, 52, 131, 147, 157, 160, 179, 182, 183,
255
- 190, 194, 205, 206, 207, 208, 209, 210,
255
+ 190, 194,
256
256
  ]);
257
257
  exports.delistedGroupsIxs = new Set([6, 7]);
@@ -5,11 +5,3 @@ export declare const fetchPairDepths: (contracts: Contracts, pairIxs: number[])
5
5
  export declare const fetchFees: (contracts: Contracts, feeIxs: PairIndex[]) => Promise<Fee[]>;
6
6
  export declare const fetchOpenInterest: (contracts: Contracts, pairIxs: number[]) => Promise<OpenInterest[]>;
7
7
  export declare const getPairDescription: (pairIndex: PairIndex) => string;
8
- /**
9
- * "WIF/USD": CRYPTO,
10
- "PIXEL/USD": CRYPTO,
11
- "JTO/USD": CRYPTO,
12
- "MAVIA/USD": CRYPTO,
13
- "MYRO/USD": CRYPTO,
14
- "STG/USD": CRYPTO,
15
- */
@@ -314,11 +314,3 @@ const PAIR_INDEX_TO_DESCRIPTION = {
314
314
  [types_1.PairIndex.MYROUSD]: "Myro to US Dollar",
315
315
  [types_1.PairIndex.STGUSD]: "Stargate to US Dollar",
316
316
  };
317
- /**
318
- * "WIF/USD": CRYPTO,
319
- "PIXEL/USD": CRYPTO,
320
- "JTO/USD": CRYPTO,
321
- "MAVIA/USD": CRYPTO,
322
- "MYRO/USD": CRYPTO,
323
- "STG/USD": CRYPTO,
324
- */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.1.15-rc1",
3
+ "version": "0.1.16",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [