@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -3
- package/src/models/scallopClient.ts +1 -1
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(
|
|
7624
|
+
this.utils.parseCoinType(stakeCoinName),
|
|
7625
7625
|
requireSender(txBlock)
|
|
7626
7626
|
);
|
|
7627
7627
|
txBlock.transferObjects([coin], sender);
|