@gainsnetwork/sdk 0.2.43-rc2 → 0.2.43-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.
|
@@ -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 = {}));
|