@clonegod/ttd-core 3.1.113 → 3.1.114

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
@@ -73,6 +73,8 @@ export declare enum DEX_ID {
73
73
  UNISWAP_AMM = "UNISWAP-AMM",
74
74
  UNISWAP_CLMM = "UNISWAP-CLMM",
75
75
  UNISWAP_V4 = "UNISWAP-V4",
76
+ UP_V2 = "UP-V2",
77
+ UP_V3 = "UP-V3",
76
78
  MOMENTUM_CLMM = "MOMENTUM-CLMM",
77
79
  CETUS_CLMM = "CETUS-CLMM",
78
80
  BLUEFIN_CLMM = "BLUEFIN-CLMM",
package/dist/index.js CHANGED
@@ -158,6 +158,8 @@ var DEX_ID;
158
158
  DEX_ID["UNISWAP_AMM"] = "UNISWAP-AMM";
159
159
  DEX_ID["UNISWAP_CLMM"] = "UNISWAP-CLMM";
160
160
  DEX_ID["UNISWAP_V4"] = "UNISWAP-V4";
161
+ DEX_ID["UP_V2"] = "UP-V2";
162
+ DEX_ID["UP_V3"] = "UP-V3";
161
163
  DEX_ID["MOMENTUM_CLMM"] = "MOMENTUM-CLMM";
162
164
  DEX_ID["CETUS_CLMM"] = "CETUS-CLMM";
163
165
  DEX_ID["BLUEFIN_CLMM"] = "BLUEFIN-CLMM";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "3.1.113",
3
+ "version": "3.1.114",
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": "dist/index.d.ts",