@clonegod/ttd-core 2.0.20 → 2.0.21

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
@@ -33,6 +33,7 @@ export declare enum DEX_ID {
33
33
  RAYDIUM_CPMM = "RAYDIUM-CPMM",
34
34
  ORCA_CLMM = "ORCA-CLMM",
35
35
  METEORA_DLMM = "METEORA-DLMM",
36
+ METEORA_AMM = "METEORA-AMM",
36
37
  PUMPFUN_AMM = "PUMPFUN-AMM",
37
38
  PANCAKE_AMM = "PANCAKE-AMM",
38
39
  PANCAKE_CLMM = "PANCAKE-CLMM"
package/dist/index.js CHANGED
@@ -116,6 +116,7 @@ var DEX_ID;
116
116
  DEX_ID["RAYDIUM_CPMM"] = "RAYDIUM-CPMM";
117
117
  DEX_ID["ORCA_CLMM"] = "ORCA-CLMM";
118
118
  DEX_ID["METEORA_DLMM"] = "METEORA-DLMM";
119
+ DEX_ID["METEORA_AMM"] = "METEORA-AMM";
119
120
  DEX_ID["PUMPFUN_AMM"] = "PUMPFUN-AMM";
120
121
  DEX_ID["PANCAKE_AMM"] = "PANCAKE-AMM";
121
122
  DEX_ID["PANCAKE_CLMM"] = "PANCAKE-CLMM";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
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",