@clonegod/ttd-core 3.1.99 → 3.1.101

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
@@ -33,20 +33,21 @@ export declare const TRANSACTION_STATE_FAILED = "TRANSACTION_STATE_FAILED";
33
33
  export declare const STREAMING_TRANSACTION_CONFIRMED = "STREAMING_TRANSACTION_CONFIRMED";
34
34
  export declare enum CHAIN_ID {
35
35
  SOLANA = "SOLANA",
36
+ SUI = "SUI",
36
37
  BSC = "BSC",
37
- ETH = "ETH",
38
38
  BASE = "BASE",
39
+ ROBINHOOD = "ROBINHOOD",
40
+ TON = "TON",
41
+ ETH = "ETH",
39
42
  ARBITRUM = "ARBITRUM",
40
43
  AVAX = "AVAX",
41
- SUI = "SUI",
42
44
  APTOS = "APTOS",
43
45
  POLYGON = "POLYGON",
44
46
  OPTIMISM = "OPTIMISM",
45
47
  LINEA = "LINEA",
46
48
  TRON = "TRON",
47
49
  SONIC = "SONIC",
48
- XLAYER = "XLAYER",
49
- ROBINHOOD = "ROBINHOOD"
50
+ XLAYER = "XLAYER"
50
51
  }
51
52
  export declare enum DEX_ID {
52
53
  SUNSWAP_AMM = "SUNSWAP-AMM",
package/dist/index.js CHANGED
@@ -117,12 +117,14 @@ exports.STREAMING_TRANSACTION_CONFIRMED = 'STREAMING_TRANSACTION_CONFIRMED';
117
117
  var CHAIN_ID;
118
118
  (function (CHAIN_ID) {
119
119
  CHAIN_ID["SOLANA"] = "SOLANA";
120
+ CHAIN_ID["SUI"] = "SUI";
120
121
  CHAIN_ID["BSC"] = "BSC";
121
- CHAIN_ID["ETH"] = "ETH";
122
122
  CHAIN_ID["BASE"] = "BASE";
123
+ CHAIN_ID["ROBINHOOD"] = "ROBINHOOD";
124
+ CHAIN_ID["TON"] = "TON";
125
+ CHAIN_ID["ETH"] = "ETH";
123
126
  CHAIN_ID["ARBITRUM"] = "ARBITRUM";
124
127
  CHAIN_ID["AVAX"] = "AVAX";
125
- CHAIN_ID["SUI"] = "SUI";
126
128
  CHAIN_ID["APTOS"] = "APTOS";
127
129
  CHAIN_ID["POLYGON"] = "POLYGON";
128
130
  CHAIN_ID["OPTIMISM"] = "OPTIMISM";
@@ -130,7 +132,6 @@ var CHAIN_ID;
130
132
  CHAIN_ID["TRON"] = "TRON";
131
133
  CHAIN_ID["SONIC"] = "SONIC";
132
134
  CHAIN_ID["XLAYER"] = "XLAYER";
133
- CHAIN_ID["ROBINHOOD"] = "ROBINHOOD";
134
135
  })(CHAIN_ID || (exports.CHAIN_ID = CHAIN_ID = {}));
135
136
  var DEX_ID;
136
137
  (function (DEX_ID) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "3.1.99",
3
+ "version": "3.1.101",
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",