@clonegod/ttd-core 2.0.64 → 2.0.65

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.js CHANGED
@@ -210,6 +210,7 @@ const format_symbol_name = (symbol) => {
210
210
  .replace('WBTC', 'BTC')
211
211
  .replace('WETH', 'ETH')
212
212
  .replace('WBNB', 'BNB')
213
+ .replace('WOKB', 'OKB')
213
214
  .toUpperCase();
214
215
  };
215
216
  exports.format_symbol_name = format_symbol_name;
@@ -12,6 +12,7 @@ const formate_token_symbol = (symbol) => {
12
12
  .replace('WBNB', 'BNB')
13
13
  .replace('WTRX', 'TRX')
14
14
  .replace('WAVAX', 'AVAX')
15
+ .replace('WOKB', 'OKB')
15
16
  .trim();
16
17
  };
17
18
  exports.formate_token_symbol = formate_token_symbol;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.64",
3
+ "version": "2.0.65",
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",