@clonegod/ttd-sui-common 1.0.81 → 1.0.82

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.
@@ -316,7 +316,7 @@ class AbstractSuiDexTradePlus extends dist_1.AbastrcatTrade {
316
316
  tx.mergeCoins(primaryCoin, other_objects);
317
317
  (0, dist_1.log_info)(`✅ ${tokenSymbol} 进行对象合并,涉及 ${other_objects.length} 个对象`);
318
318
  }
319
- try_refresh_wallet_objects(wallet, txid, context, initial_delay_ms = 300, try_times = 5, try_delay_ms = 100) {
319
+ try_refresh_wallet_objects(wallet, txid, context, initial_delay_ms = 400, try_times = 3, try_delay_ms = 200) {
320
320
  setTimeout(() => {
321
321
  for (let i = 0; i < try_times; i++) {
322
322
  setTimeout(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sui-common",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "Sui common library",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",