@clonegod/ttd-core 2.1.24 → 2.1.25

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
@@ -58,7 +58,7 @@ export declare enum DEX_ID {
58
58
  PANCAKE_BIN = "PANCAKE-BIN",
59
59
  AERODROME_AMM = "AERODROME-AMM",
60
60
  AERODROME_CLMM = "AERODROME-CLMM",
61
- AERODROME_CLMM_V2 = "AERODROME-CLMM-V2",
61
+ AERODROME_CLAMM = "AERODROME-CLAMM",
62
62
  UNISWAP_AMM = "UNISWAP-AMM",
63
63
  UNISWAP_CLMM = "UNISWAP-CLMM",
64
64
  UNISWAP_V4 = "UNISWAP-V4",
package/dist/index.js CHANGED
@@ -142,7 +142,7 @@ var DEX_ID;
142
142
  DEX_ID["PANCAKE_BIN"] = "PANCAKE-BIN";
143
143
  DEX_ID["AERODROME_AMM"] = "AERODROME-AMM";
144
144
  DEX_ID["AERODROME_CLMM"] = "AERODROME-CLMM";
145
- DEX_ID["AERODROME_CLMM_V2"] = "AERODROME-CLMM-V2";
145
+ DEX_ID["AERODROME_CLAMM"] = "AERODROME-CLAMM";
146
146
  DEX_ID["UNISWAP_AMM"] = "UNISWAP-AMM";
147
147
  DEX_ID["UNISWAP_CLMM"] = "UNISWAP-CLMM";
148
148
  DEX_ID["UNISWAP_V4"] = "UNISWAP-V4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.1.24",
3
+ "version": "2.1.25",
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",