@clonegod/ttd-core 2.1.0 → 2.1.1

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,15 +41,13 @@ 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",
46
44
  RAYDIUM_AMM = "RAYDIUM-AMM",
47
45
  RAYDIUM_CLMM = "RAYDIUM-CLMM",
48
46
  RAYDIUM_CPMM = "RAYDIUM-CPMM",
49
47
  ORCA_CLMM = "ORCA-CLMM",
50
48
  METEORA_DLMM = "METEORA-DLMM",
51
49
  METEORA_AMM = "METEORA-AMM",
52
- PUMPFUN_AMM = "PUMPFUN-AMM",
50
+ PUMPSWAP_AMM = "PUMPSWAP-AMM",
53
51
  JUPITER_AGGR = "JUPITER-AGGR",
54
52
  BYREAL_CLMM = "BYREAL-CLMM",
55
53
  PANCAKE_AMM = "PANCAKE-AMM",
package/dist/index.js CHANGED
@@ -125,15 +125,13 @@ 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";
130
128
  DEX_ID["RAYDIUM_AMM"] = "RAYDIUM-AMM";
131
129
  DEX_ID["RAYDIUM_CLMM"] = "RAYDIUM-CLMM";
132
130
  DEX_ID["RAYDIUM_CPMM"] = "RAYDIUM-CPMM";
133
131
  DEX_ID["ORCA_CLMM"] = "ORCA-CLMM";
134
132
  DEX_ID["METEORA_DLMM"] = "METEORA-DLMM";
135
133
  DEX_ID["METEORA_AMM"] = "METEORA-AMM";
136
- DEX_ID["PUMPFUN_AMM"] = "PUMPFUN-AMM";
134
+ DEX_ID["PUMPSWAP_AMM"] = "PUMPSWAP-AMM";
137
135
  DEX_ID["JUPITER_AGGR"] = "JUPITER-AGGR";
138
136
  DEX_ID["BYREAL_CLMM"] = "BYREAL-CLMM";
139
137
  DEX_ID["PANCAKE_AMM"] = "PANCAKE-AMM";
@@ -109,7 +109,7 @@ function get_cu_limit(dex_id) {
109
109
  case index_1.DEX_ID.METEORA_DLMM:
110
110
  cu_limit = 80000;
111
111
  break;
112
- case index_1.DEX_ID.PUMPFUN_AMM:
112
+ case index_1.DEX_ID.PUMPSWAP_AMM:
113
113
  cu_limit = 200000;
114
114
  break;
115
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
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",