@clonegod/ttd-core 2.1.17 → 2.1.18

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.
@@ -35,7 +35,7 @@ const cache_token_config = (chain_id, valid_tokens_map) => __awaiter(void 0, voi
35
35
  address_hex: '',
36
36
  decimals: token.decimals,
37
37
  name: token.name,
38
- is_token2022: false,
38
+ is_token2022: token.is_token_2022,
39
39
  market_price: token.price,
40
40
  update_time: (0, index_1.getCurDateTime)(),
41
41
  alias: (0, index_1.get_token_symbol_alias)(token.address),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
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",