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