@gainsnetwork/sdk 0.2.43-rc2 → 0.2.43-rc4

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.
@@ -100,8 +100,8 @@
100
100
  "gToken": "0x0000000000000000000000000000000000000000"
101
101
  },
102
102
  "APE": {
103
- "gTokenOpenPnlFeed": "0xe8b6d1577A1D1ec32D4ca625265927Ca4Eec77D6",
104
- "gToken": "0x8F6A71A1D857DDC6a60528376FE5c161dC51846c"
103
+ "gTokenOpenPnlFeed": "0x33FE6f374C4a44C50F4362c93372f0EB09d968F5",
104
+ "gToken": "0xDd9C98e5022AF88B9c991ab24F02B4A8Be81D860"
105
105
  }
106
106
  }
107
107
  }
@@ -405,4 +405,5 @@ const PAIR_INDEX_TO_DESCRIPTION = {
405
405
  [types_1.PairIndex.HOTUSD]: "Holo to US Dollar",
406
406
  [types_1.PairIndex.STORJUSD]: "Storj to US Dollar",
407
407
  [types_1.PairIndex.RAYUSD]: "Raydium to US Dollar",
408
+ [types_1.PairIndex.BTCDEGEN]: "Bitcoin to US Dollar",
408
409
  };
@@ -518,5 +518,6 @@ export declare enum PairIndex {
518
518
  DOGUSD = 296,
519
519
  HOTUSD = 297,
520
520
  STORJUSD = 298,
521
- RAYUSD = 299
521
+ RAYUSD = 299,
522
+ BTCDEGEN = 300
522
523
  }
@@ -329,4 +329,5 @@ var PairIndex;
329
329
  PairIndex[PairIndex["HOTUSD"] = 297] = "HOTUSD";
330
330
  PairIndex[PairIndex["STORJUSD"] = 298] = "STORJUSD";
331
331
  PairIndex[PairIndex["RAYUSD"] = 299] = "RAYUSD";
332
+ PairIndex[PairIndex["BTCDEGEN"] = 300] = "BTCDEGEN";
332
333
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.43-rc2",
3
+ "version": "0.2.43-rc4",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [