@scallop-io/sui-scallop-sdk 0.46.35 → 0.46.36

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.mjs CHANGED
@@ -5596,6 +5596,7 @@ var generateReferralQuickMethod = ({
5596
5596
  builder.utils.parseCoinType(coinName)
5597
5597
  );
5598
5598
  txBlock.mergeCoins(rewardCoin, coins);
5599
+ } catch (e) {
5599
5600
  } finally {
5600
5601
  objToTransfer.push(rewardCoin);
5601
5602
  }