@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.js
CHANGED
|
@@ -7681,7 +7681,7 @@ var ScallopClient = class {
|
|
|
7681
7681
|
await this.utils.mergeSimilarCoins(
|
|
7682
7682
|
txBlock,
|
|
7683
7683
|
coin,
|
|
7684
|
-
this.utils.parseCoinType(
|
|
7684
|
+
this.utils.parseCoinType(stakeCoinName),
|
|
7685
7685
|
requireSender(txBlock)
|
|
7686
7686
|
);
|
|
7687
7687
|
txBlock.transferObjects([coin], sender);
|