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

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.62",
3
+ "version": "0.46.63",
4
4
  "description": "Typescript sdk for interacting with Scallop contract on SUI",
5
5
  "keywords": [
6
6
  "sui",
@@ -817,7 +817,7 @@ export class ScallopClient {
817
817
  await this.utils.mergeSimilarCoins(
818
818
  txBlock,
819
819
  coin,
820
- this.utils.parseCoinType(this.utils.parseCoinName(stakeCoinName)),
820
+ this.utils.parseCoinType(stakeCoinName),
821
821
  requireSender(txBlock)
822
822
  );
823
823