@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scallop-io/sui-scallop-sdk",
3
- "version": "0.46.35",
3
+ "version": "0.46.36",
4
4
  "description": "Typescript sdk for interacting with Scallop contract on SUI",
5
5
  "keywords": [
6
6
  "sui",
@@ -118,6 +118,8 @@ const generateReferralQuickMethod: GenerateReferralQuickMethod = ({
118
118
  builder.utils.parseCoinType(coinName)
119
119
  );
120
120
  txBlock.mergeCoins(rewardCoin, coins);
121
+ } catch (e) {
122
+ // ignore
121
123
  } finally {
122
124
  objToTransfer.push(rewardCoin);
123
125
  }