@clonegod/ttd-sui-common 1.0.74 → 1.0.75

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.
@@ -321,7 +321,7 @@ class AbstractSuiDexTradePlus extends dist_1.AbastrcatTrade {
321
321
  for (let i = 1; i <= try_times; i++) {
322
322
  setTimeout(() => {
323
323
  let group_id = this.appConfig.trade_runtime.group.id;
324
- this.appConfig.arb_cache.redis_event_publisher.publish_wallet_raw_tx_event(group_id, wallet, { group_id, wallet, txid, remark: 'REFRESH_OBJECTS' });
324
+ this.appConfig.arb_cache.redis_event_publisher.publish_wallet_raw_tx_event(group_id, wallet, { group_id, wallet, txid, remark: 'PRE_REFRESH_OBJECTS' });
325
325
  }, i * try_delay_ms);
326
326
  }
327
327
  }, 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sui-common",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "description": "Sui common library",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",