@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": "
|
|
104
|
-
"gToken": "
|
|
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
|
};
|
package/lib/trade/types.d.ts
CHANGED
package/lib/trade/types.js
CHANGED
|
@@ -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 = {}));
|