@gainsnetwork/sdk 0.2.5-rc1 → 0.2.5-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.
@@ -238,7 +238,6 @@ export declare const pairs: {
238
238
  "ZRO/USD": string;
239
239
  "ZK/USD": string;
240
240
  "LISTA/USD": string;
241
- "MTL/USD": string;
242
241
  "BLAST/USD": string;
243
242
  };
244
243
  export declare const getAssetClassFromGroupIndex: (groupIndex: number) => string | undefined;
package/lib/constants.js CHANGED
@@ -246,7 +246,6 @@ exports.pairs = {
246
246
  "ZRO/USD": CRYPTO,
247
247
  "ZK/USD": CRYPTO,
248
248
  "LISTA/USD": CRYPTO,
249
- "MTL/USD": CRYPTO,
250
249
  "BLAST/USD": CRYPTO,
251
250
  };
252
251
  const getAssetClassFromGroupIndex = (groupIndex) => {
@@ -282,6 +281,6 @@ exports.delistedPairIxs = new Set([
282
281
  6, 31, 36, 42, 45, 48, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
283
282
  70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88,
284
283
  89, 97, 99, 101, 106, 108, 52, 131, 147, 160, 179, 182, 183, 190, 229, 163,
285
- 155, 15, 170, 238, 239, 240,
284
+ 155, 15, 170, 239,
286
285
  ]);
287
286
  exports.delistedGroupsIxs = new Set([6, 7]);
@@ -344,6 +344,5 @@ const PAIR_INDEX_TO_DESCRIPTION = {
344
344
  [types_1.PairIndex.ZROUSD]: "LayerZero to US Dollar",
345
345
  [types_1.PairIndex.ZKUSD]: "ZKsync to US Dollar",
346
346
  [types_1.PairIndex.LISTAUSD]: "Lista DAO to US Dollar",
347
- [types_1.PairIndex.MTLUSD]: "Metal DAO to US Dollar",
348
347
  [types_1.PairIndex.BLASTUSD]: "Blast to US Dollar",
349
348
  };
@@ -426,6 +426,5 @@ export declare enum PairIndex {
426
426
  ZROUSD = 236,
427
427
  ZKUSD = 237,
428
428
  LISTAUSD = 238,
429
- MTLUSD = 239,
430
- BLASTUSD = 240
429
+ BLASTUSD = 239
431
430
  }
@@ -268,6 +268,5 @@ var PairIndex;
268
268
  PairIndex[PairIndex["ZROUSD"] = 236] = "ZROUSD";
269
269
  PairIndex[PairIndex["ZKUSD"] = 237] = "ZKUSD";
270
270
  PairIndex[PairIndex["LISTAUSD"] = 238] = "LISTAUSD";
271
- PairIndex[PairIndex["MTLUSD"] = 239] = "MTLUSD";
272
- PairIndex[PairIndex["BLASTUSD"] = 240] = "BLASTUSD";
271
+ PairIndex[PairIndex["BLASTUSD"] = 239] = "BLASTUSD";
273
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.5-rc1",
3
+ "version": "0.2.5-rc3",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [