@scallop-io/sui-scallop-sdk 0.46.62 → 0.46.64

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
@@ -7621,7 +7621,7 @@ var ScallopClient = class {
7621
7621
  await this.utils.mergeSimilarCoins(
7622
7622
  txBlock,
7623
7623
  coin,
7624
- this.utils.parseCoinType(this.utils.parseCoinName(stakeCoinName)),
7624
+ this.utils.parseCoinType(stakeCoinName),
7625
7625
  requireSender(txBlock)
7626
7626
  );
7627
7627
  txBlock.transferObjects([coin], sender);