@clonegod/ttd-core 3.1.92 → 3.1.93

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
@@ -45,7 +45,8 @@ export declare enum CHAIN_ID {
45
45
  LINEA = "LINEA",
46
46
  TRON = "TRON",
47
47
  SONIC = "SONIC",
48
- XLAYER = "XLAYER"
48
+ XLAYER = "XLAYER",
49
+ ROBINHOOD = "ROBINHOOD"
49
50
  }
50
51
  export declare enum DEX_ID {
51
52
  SUNSWAP_AMM = "SUNSWAP-AMM",
package/dist/index.js CHANGED
@@ -130,6 +130,7 @@ var CHAIN_ID;
130
130
  CHAIN_ID["TRON"] = "TRON";
131
131
  CHAIN_ID["SONIC"] = "SONIC";
132
132
  CHAIN_ID["XLAYER"] = "XLAYER";
133
+ CHAIN_ID["ROBINHOOD"] = "ROBINHOOD";
133
134
  })(CHAIN_ID || (exports.CHAIN_ID = CHAIN_ID = {}));
134
135
  var DEX_ID;
135
136
  (function (DEX_ID) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "3.1.92",
3
+ "version": "3.1.93",
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",