@t2000/sdk 0.5.1 → 0.5.3

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 CHANGED
@@ -1589,6 +1589,9 @@ var SuilendAdapter = class {
1589
1589
  ctokens
1590
1590
  ]
1591
1591
  });
1592
+ if (typeof capRef !== "string") {
1593
+ tx.transferObjects([capRef], address);
1594
+ }
1592
1595
  return { tx };
1593
1596
  }
1594
1597
  async buildWithdrawTx(address, amount, _asset) {