@clonegod/ttd-core 2.0.51 → 2.0.52

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
@@ -27,7 +27,7 @@ export declare enum CHAIN_ID {
27
27
  ETH = "ETH",
28
28
  BASE = "BASE",
29
29
  ARBITRUM = "ARBITRUM",
30
- AVALANCHE = "AVALANCHE",
30
+ AVAX = "AVAX",
31
31
  SUI = "SUI",
32
32
  APTOS = "APTOS",
33
33
  POLYGON = "POLYGON",
package/dist/index.js CHANGED
@@ -110,7 +110,7 @@ var CHAIN_ID;
110
110
  CHAIN_ID["ETH"] = "ETH";
111
111
  CHAIN_ID["BASE"] = "BASE";
112
112
  CHAIN_ID["ARBITRUM"] = "ARBITRUM";
113
- CHAIN_ID["AVALANCHE"] = "AVALANCHE";
113
+ CHAIN_ID["AVAX"] = "AVAX";
114
114
  CHAIN_ID["SUI"] = "SUI";
115
115
  CHAIN_ID["APTOS"] = "APTOS";
116
116
  CHAIN_ID["POLYGON"] = "POLYGON";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.51",
3
+ "version": "2.0.52",
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",