@clonegod/ttd-core 3.1.101 → 3.1.102

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
@@ -86,7 +86,11 @@ export declare enum DEX_ID {
86
86
  DYOR_AMM = "DYOR-AMM",
87
87
  DYOR_CLMM = "DYOR-CLMM",
88
88
  OKIE_AMM = "OKIE-AMM",
89
- OKIE_CLMM = "OKIE-CLMM"
89
+ OKIE_CLMM = "OKIE-CLMM",
90
+ STONFI = "STONFI",
91
+ STONFI_V2 = "STONFI-V2",
92
+ DEDUST = "DEDUST",
93
+ DEDUST_V2 = "DEDUST-V2"
90
94
  }
91
95
  export declare enum GROUP_ID {
92
96
  TRON_DEV1 = "TRON-DEV1",
package/dist/index.js CHANGED
@@ -172,6 +172,10 @@ var DEX_ID;
172
172
  DEX_ID["DYOR_CLMM"] = "DYOR-CLMM";
173
173
  DEX_ID["OKIE_AMM"] = "OKIE-AMM";
174
174
  DEX_ID["OKIE_CLMM"] = "OKIE-CLMM";
175
+ DEX_ID["STONFI"] = "STONFI";
176
+ DEX_ID["STONFI_V2"] = "STONFI-V2";
177
+ DEX_ID["DEDUST"] = "DEDUST";
178
+ DEX_ID["DEDUST_V2"] = "DEDUST-V2";
175
179
  })(DEX_ID || (exports.DEX_ID = DEX_ID = {}));
176
180
  var GROUP_ID;
177
181
  (function (GROUP_ID) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "3.1.101",
3
+ "version": "3.1.102",
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": "dist/index.d.ts",