@clonegod/ttd-core 2.1.1 → 2.1.2

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
@@ -46,7 +46,8 @@ export declare enum DEX_ID {
46
46
  RAYDIUM_CPMM = "RAYDIUM-CPMM",
47
47
  ORCA_CLMM = "ORCA-CLMM",
48
48
  METEORA_DLMM = "METEORA-DLMM",
49
- METEORA_AMM = "METEORA-AMM",
49
+ METEORA_DAMM = "METEORA-DAMM",
50
+ METEORA_DAMMV2 = "METEORA-DAMMV2",
50
51
  PUMPSWAP_AMM = "PUMPSWAP-AMM",
51
52
  JUPITER_AGGR = "JUPITER-AGGR",
52
53
  BYREAL_CLMM = "BYREAL-CLMM",
package/dist/index.js CHANGED
@@ -130,7 +130,8 @@ var DEX_ID;
130
130
  DEX_ID["RAYDIUM_CPMM"] = "RAYDIUM-CPMM";
131
131
  DEX_ID["ORCA_CLMM"] = "ORCA-CLMM";
132
132
  DEX_ID["METEORA_DLMM"] = "METEORA-DLMM";
133
- DEX_ID["METEORA_AMM"] = "METEORA-AMM";
133
+ DEX_ID["METEORA_DAMM"] = "METEORA-DAMM";
134
+ DEX_ID["METEORA_DAMMV2"] = "METEORA-DAMMV2";
134
135
  DEX_ID["PUMPSWAP_AMM"] = "PUMPSWAP-AMM";
135
136
  DEX_ID["JUPITER_AGGR"] = "JUPITER-AGGR";
136
137
  DEX_ID["BYREAL_CLMM"] = "BYREAL-CLMM";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
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",