@tradeport/sui-trading-sdk 0.0.3 → 0.0.4
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/CHANGELOG.md +6 -0
- 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 +1 -1
- package/src/SuiTradingClient.ts +2 -1
package/dist/index.mjs
CHANGED
|
@@ -3665,7 +3665,7 @@ var SuiTradingClient = class {
|
|
|
3665
3665
|
nftId,
|
|
3666
3666
|
walletAddress
|
|
3667
3667
|
});
|
|
3668
|
-
txBlock.setSenderIfNotSet(walletAddress);
|
|
3668
|
+
txBlock.setSenderIfNotSet(addLeadingZerosAfter0x(walletAddress));
|
|
3669
3669
|
const rawTransaction = await txBlock.build({ client: suiClient_default });
|
|
3670
3670
|
await suiClient_default.dryRunTransactionBlock({
|
|
3671
3671
|
transactionBlock: rawTransaction
|