@gainsnetwork/sdk 0.2.7-rc1 → 0.2.8-rc1

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.
@@ -246,6 +246,10 @@ export declare const pairs: {
246
246
  "SATS/USD": string;
247
247
  "POPCAT/USD": string;
248
248
  "MOG/USD": string;
249
+ "OM/USD": string;
250
+ "CORE/USD": string;
251
+ "JASMY/USD": string;
252
+ "DAR/USD": string;
249
253
  };
250
254
  export declare const getAssetClassFromGroupIndex: (groupIndex: number) => string | undefined;
251
255
  export declare const tickerChanges: {
package/lib/constants.js CHANGED
@@ -254,6 +254,10 @@ exports.pairs = {
254
254
  "SATS/USD": CRYPTO,
255
255
  "POPCAT/USD": CRYPTO,
256
256
  "MOG/USD": CRYPTO,
257
+ "OM/USD": CRYPTO,
258
+ "CORE/USD": CRYPTO,
259
+ "JASMY/USD": CRYPTO,
260
+ "DAR/USD": CRYPTO,
257
261
  };
258
262
  const getAssetClassFromGroupIndex = (groupIndex) => {
259
263
  switch (groupIndex) {
@@ -288,6 +292,6 @@ exports.delistedPairIxs = new Set([
288
292
  6, 31, 36, 42, 45, 48, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
289
293
  70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88,
290
294
  89, 97, 99, 101, 106, 108, 52, 131, 147, 160, 179, 182, 183, 190, 229, 163,
291
- 155, 15, 170, 239,
295
+ 155, 15, 170, 239, 247, 248, 249, 250,
292
296
  ]);
293
297
  exports.delistedGroupsIxs = new Set([6, 7]);
@@ -352,4 +352,8 @@ const PAIR_INDEX_TO_DESCRIPTION = {
352
352
  [types_1.PairIndex.SATSUSD]: "SATS Ordinals to US Dollar",
353
353
  [types_1.PairIndex.POPCATUSD]: "Popcat to US Dollar",
354
354
  [types_1.PairIndex.MOGUSD]: "Mog Coin to US Dollar",
355
+ [types_1.PairIndex.OMUSD]: "Mantra Chain to US Dollar",
356
+ [types_1.PairIndex.COREUSD]: "Core to US Dollar",
357
+ [types_1.PairIndex.JASMYUSD]: "Jasmy Coin to US Dollar",
358
+ [types_1.PairIndex.DARUSD]: "Mines of Dalarnia to US Dollar",
355
359
  };
@@ -436,5 +436,9 @@ export declare enum PairIndex {
436
436
  TURBOUSD = 243,
437
437
  SATSUSD = 244,
438
438
  POPCATUSD = 245,
439
- MOGUSD = 246
439
+ MOGUSD = 246,
440
+ OMUSD = 247,
441
+ COREUSD = 248,
442
+ JASMYUSD = 249,
443
+ DARUSD = 250
440
444
  }
@@ -276,4 +276,8 @@ var PairIndex;
276
276
  PairIndex[PairIndex["SATSUSD"] = 244] = "SATSUSD";
277
277
  PairIndex[PairIndex["POPCATUSD"] = 245] = "POPCATUSD";
278
278
  PairIndex[PairIndex["MOGUSD"] = 246] = "MOGUSD";
279
+ PairIndex[PairIndex["OMUSD"] = 247] = "OMUSD";
280
+ PairIndex[PairIndex["COREUSD"] = 248] = "COREUSD";
281
+ PairIndex[PairIndex["JASMYUSD"] = 249] = "JASMYUSD";
282
+ PairIndex[PairIndex["DARUSD"] = 250] = "DARUSD";
279
283
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.7-rc1",
3
+ "version": "0.2.8-rc1",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [