@clonegod/ttd-core 2.0.84 → 2.0.86

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.
@@ -133,7 +133,6 @@ class ArbEventSubscriber {
133
133
  return __awaiter(this, void 0, void 0, function* () {
134
134
  const channel = (0, index_1.get_order_channel_name)(group_id, pair, dex_id);
135
135
  const listener = (message, _channel) => {
136
- (0, index_1.log_info)('subscribe_order_event => on event', { channel, message });
137
136
  callback(message);
138
137
  };
139
138
  yield this.redis_cmd.subscribe(channel, listener);
@@ -10,6 +10,7 @@ const formate_token_symbol = (symbol) => {
10
10
  .replace('WBTC', 'BTC')
11
11
  .replace('WETH', 'ETH').replace('WHETH', 'ETH')
12
12
  .replace('WBNB', 'BNB')
13
+ .replace('BNB0', 'BNB')
13
14
  .replace('WTRX', 'TRX')
14
15
  .replace('WAVAX', 'AVAX')
15
16
  .replace('WOKB', 'OKB')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.84",
3
+ "version": "2.0.86",
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",