@clonegod/ttd-core 2.0.55 → 2.0.56

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 CHANGED
@@ -54,7 +54,9 @@ 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"
58
60
  }
59
61
  export declare enum GROUP_ID {
60
62
  TRON_DEV1 = "TRON-DEV1",
package/dist/index.js CHANGED
@@ -139,6 +139,8 @@ 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";
142
144
  })(DEX_ID || (exports.DEX_ID = DEX_ID = {}));
143
145
  var GROUP_ID;
144
146
  (function (GROUP_ID) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.55",
3
+ "version": "2.0.56",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",