@clonegod/ttd-core 2.0.56 → 2.0.57
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.
- package/dist/index.d.ts +4 -1
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -56,7 +56,10 @@ export declare enum DEX_ID {
|
|
|
56
56
|
LFJ_V1 = "LFJ-V1",
|
|
57
57
|
LFJ_V2 = "LFJ-V2",
|
|
58
58
|
BLACKHOLE_V2 = "BLACKHOLE-V2",
|
|
59
|
-
BLACKHOLE_V3 = "BLACKHOLE-V3"
|
|
59
|
+
BLACKHOLE_V3 = "BLACKHOLE-V3",
|
|
60
|
+
MOMENTUM = "MOMENTUM",
|
|
61
|
+
CETUS = "CETUS",
|
|
62
|
+
BLUEFIN = "BLUEFIN"
|
|
60
63
|
}
|
|
61
64
|
export declare enum GROUP_ID {
|
|
62
65
|
TRON_DEV1 = "TRON-DEV1",
|
package/dist/index.js
CHANGED
|
@@ -141,6 +141,9 @@ var DEX_ID;
|
|
|
141
141
|
DEX_ID["LFJ_V2"] = "LFJ-V2";
|
|
142
142
|
DEX_ID["BLACKHOLE_V2"] = "BLACKHOLE-V2";
|
|
143
143
|
DEX_ID["BLACKHOLE_V3"] = "BLACKHOLE-V3";
|
|
144
|
+
DEX_ID["MOMENTUM"] = "MOMENTUM";
|
|
145
|
+
DEX_ID["CETUS"] = "CETUS";
|
|
146
|
+
DEX_ID["BLUEFIN"] = "BLUEFIN";
|
|
144
147
|
})(DEX_ID || (exports.DEX_ID = DEX_ID = {}));
|
|
145
148
|
var GROUP_ID;
|
|
146
149
|
(function (GROUP_ID) {
|