@gainsnetwork/sdk 0.2.4-rc3 → 0.2.4-rc5

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.
@@ -235,8 +235,10 @@ export declare const pairs: {
235
235
  "IO/USD": string;
236
236
  "BRETT/USD": string;
237
237
  "ATH/USD": string;
238
- "ZK/USD": string;
239
238
  "ZRO/USD": string;
239
+ "ZK/USD": string;
240
+ "LISTA/USD": string;
241
+ "MTL/USD": string;
240
242
  };
241
243
  export declare const getAssetClassFromGroupIndex: (groupIndex: number) => string | undefined;
242
244
  export declare const tickerChanges: {
package/lib/constants.js CHANGED
@@ -243,8 +243,10 @@ exports.pairs = {
243
243
  "IO/USD": CRYPTO,
244
244
  "BRETT/USD": CRYPTO,
245
245
  "ATH/USD": CRYPTO,
246
- "ZK/USD": CRYPTO,
247
246
  "ZRO/USD": CRYPTO,
247
+ "ZK/USD": CRYPTO,
248
+ "LISTA/USD": CRYPTO,
249
+ "MTL/USD": CRYPTO,
248
250
  };
249
251
  const getAssetClassFromGroupIndex = (groupIndex) => {
250
252
  switch (groupIndex) {
@@ -278,7 +280,7 @@ exports.stockSplits = {
278
280
  exports.delistedPairIxs = new Set([
279
281
  6, 31, 36, 42, 45, 48, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
280
282
  70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88,
281
- 89, 97, 99, 101, 106, 108, 52, 131, 147, 160, 179, 182, 183, 190, 229, 155,
282
- 163, 15, 236, 237, 170,
283
+ 89, 97, 99, 101, 106, 108, 52, 131, 147, 160, 179, 182, 183, 190, 229, 163,
284
+ 15, 236, 237, 170, 238, 239,
283
285
  ]);
284
286
  exports.delistedGroupsIxs = new Set([6, 7]);
@@ -341,6 +341,8 @@ const PAIR_INDEX_TO_DESCRIPTION = {
341
341
  [types_1.PairIndex.IOUSD]: "Ionet to US Dollar",
342
342
  [types_1.PairIndex.BRETTUSD]: "Brett to US Dollar",
343
343
  [types_1.PairIndex.ATHUSD]: "Aethir to US Dollar",
344
- [types_1.PairIndex.ZKUSD]: "ZKsync to US Dollar",
345
344
  [types_1.PairIndex.ZROUSD]: "LayerZero to US Dollar",
345
+ [types_1.PairIndex.ZKUSD]: "ZKsync to US Dollar",
346
+ [types_1.PairIndex.LISTAUSD]: "Lista DAO to US Dollar",
347
+ [types_1.PairIndex.MTLUSD]: "Metal DAO to US Dollar",
346
348
  };
@@ -423,6 +423,8 @@ export declare enum PairIndex {
423
423
  IOUSD = 233,
424
424
  BRETTUSD = 234,
425
425
  ATHUSD = 235,
426
- ZKUSD = 236,
427
- ZROUSD = 237
426
+ ZROUSD = 236,
427
+ ZKUSD = 237,
428
+ LISTAUSD = 238,
429
+ MTLUSD = 239
428
430
  }
@@ -265,6 +265,8 @@ var PairIndex;
265
265
  PairIndex[PairIndex["IOUSD"] = 233] = "IOUSD";
266
266
  PairIndex[PairIndex["BRETTUSD"] = 234] = "BRETTUSD";
267
267
  PairIndex[PairIndex["ATHUSD"] = 235] = "ATHUSD";
268
- PairIndex[PairIndex["ZKUSD"] = 236] = "ZKUSD";
269
- PairIndex[PairIndex["ZROUSD"] = 237] = "ZROUSD";
268
+ PairIndex[PairIndex["ZROUSD"] = 236] = "ZROUSD";
269
+ PairIndex[PairIndex["ZKUSD"] = 237] = "ZKUSD";
270
+ PairIndex[PairIndex["LISTAUSD"] = 238] = "LISTAUSD";
271
+ PairIndex[PairIndex["MTLUSD"] = 239] = "MTLUSD";
270
272
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.4-rc3",
3
+ "version": "0.2.4-rc5",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [