@clonegod/ttd-bsc-common 1.0.84 → 1.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.
@@ -36,11 +36,6 @@ function format_yyws_price_data(poolInfo, recvTimeMs, blockPoolPrices) {
36
36
  }
37
37
  const priceDataFormats = [];
38
38
  for (const poolPrice of targetPoolPrices) {
39
- const price_pool_name = poolPrice.token0 + '/' + poolPrice.token1;
40
- if (pool_name.toUpperCase() !== price_pool_name.toUpperCase()) {
41
- (0, dist_1.log_warn)(`[format_yyws_price_data] pool_name not match: pool_name: ${pool_name}, price_pool_name: ${price_pool_name}`);
42
- continue;
43
- }
44
39
  const [ask_price, bid_price] = get_ask_bid_from_pool_price(poolInfo, poolPrice);
45
40
  priceDataFormats.push({
46
41
  yywsTimeStr,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-bsc-common",
3
- "version": "1.0.84",
3
+ "version": "1.0.86",
4
4
  "description": "BSC common library",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -14,7 +14,7 @@
14
14
  "push": "npm run build && npm publish"
15
15
  },
16
16
  "dependencies": {
17
- "@clonegod/ttd-core": "2.1.14",
17
+ "@clonegod/ttd-core": "2.1.20",
18
18
  "axios": "^1.12.0",
19
19
  "dotenv": "^16.4.7",
20
20
  "ethers": "^5.8.0"