@clonegod/ttd-core 2.0.96 → 2.0.97

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
@@ -49,6 +49,7 @@ export declare enum DEX_ID {
49
49
  METEORA_AMM = "METEORA-AMM",
50
50
  PUMPFUN_AMM = "PUMPFUN-AMM",
51
51
  JUPITER_AGGR = "JUPITER-AGGR",
52
+ BYREAL_CLMM = "BYREAL-CLMM",
52
53
  PANCAKE_AMM = "PANCAKE-AMM",
53
54
  PANCAKE_CLMM = "PANCAKE-CLMM",
54
55
  PANCAKE_CLAMM = "PANCAKE-CLAMM",
package/dist/index.js CHANGED
@@ -133,6 +133,7 @@ var DEX_ID;
133
133
  DEX_ID["METEORA_AMM"] = "METEORA-AMM";
134
134
  DEX_ID["PUMPFUN_AMM"] = "PUMPFUN-AMM";
135
135
  DEX_ID["JUPITER_AGGR"] = "JUPITER-AGGR";
136
+ DEX_ID["BYREAL_CLMM"] = "BYREAL-CLMM";
136
137
  DEX_ID["PANCAKE_AMM"] = "PANCAKE-AMM";
137
138
  DEX_ID["PANCAKE_CLMM"] = "PANCAKE-CLMM";
138
139
  DEX_ID["PANCAKE_CLAMM"] = "PANCAKE-CLAMM";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.96",
3
+ "version": "2.0.97",
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",