@clonegod/ttd-core 2.0.97 → 2.0.98

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
@@ -41,6 +41,8 @@ export declare enum CHAIN_ID {
41
41
  export declare enum DEX_ID {
42
42
  SUNSWAP_AMM = "SUNSWAP-AMM",
43
43
  SUNSWAP_CLMM = "SUNSWAP-CLMM",
44
+ SUNSWAP_V2 = "SUNSWAP-V2",
45
+ SUNSWAP_V3 = "SUNSWAP-V3",
44
46
  RAYDIUM_AMM = "RAYDIUM-AMM",
45
47
  RAYDIUM_CLMM = "RAYDIUM-CLMM",
46
48
  RAYDIUM_CPMM = "RAYDIUM-CPMM",
package/dist/index.js CHANGED
@@ -125,6 +125,8 @@ var DEX_ID;
125
125
  (function (DEX_ID) {
126
126
  DEX_ID["SUNSWAP_AMM"] = "SUNSWAP-AMM";
127
127
  DEX_ID["SUNSWAP_CLMM"] = "SUNSWAP-CLMM";
128
+ DEX_ID["SUNSWAP_V2"] = "SUNSWAP-V2";
129
+ DEX_ID["SUNSWAP_V3"] = "SUNSWAP-V3";
128
130
  DEX_ID["RAYDIUM_AMM"] = "RAYDIUM-AMM";
129
131
  DEX_ID["RAYDIUM_CLMM"] = "RAYDIUM-CLMM";
130
132
  DEX_ID["RAYDIUM_CPMM"] = "RAYDIUM-CPMM";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.97",
3
+ "version": "2.0.98",
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",