@tradeport/sui-trading-sdk 0.4.45 → 0.4.47
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
|
@@ -152,7 +152,7 @@ var TRADEPORT_THIRD_PARTY_FEE_DECIMAL_PERCENT = 5e-3;
|
|
|
152
152
|
var TRADEPORT_LISTINGS_DEFAULT_COMMISSION_BPS = 300;
|
|
153
153
|
var TRADEPORT_LISTING_STORE = "0x47cba0b6309a12ce39f9306e28b899ed4b3698bce4f4911fd0c58ff2329a2ff6";
|
|
154
154
|
var TRADEPORT_BIDDING_STORE = "0x3d3b0c6e616fdc1a45b2b73d022bc085448e78bd729d28081c7a340abb33cba1";
|
|
155
|
-
var TRADEPORT_LISTINGS_PACKAGE = "
|
|
155
|
+
var TRADEPORT_LISTINGS_PACKAGE = "0x046de0d9c1d7aea8b27744308a0607515677cf9035e1c98d88cb27bbc84a77ae";
|
|
156
156
|
var TRADEPORT_LISTINGS_STORE = "0xf96f9363ac5a64c058bf7140723226804d74c0dab2dd27516fb441a180cd763b";
|
|
157
157
|
var TRADEPORT_KIOSK_LISTING_STORE = "0xbff3161b047fb8b727883838c09b08afa9e0dd0f5488bde9e99e80643da9b9e0";
|
|
158
158
|
var TRADEPORT_KIOSK_TRANSFERS_STORE = "0xe0f61b6915d3fd4ec8bbe4618514e2152a82841605bfa00cde22ace434153a1b";
|
|
@@ -7526,7 +7526,7 @@ var sponsorNftListing = async ({ nftTokenId, walletAddress, options }, context)
|
|
|
7526
7526
|
walletAddress,
|
|
7527
7527
|
sponsorOptions: options
|
|
7528
7528
|
});
|
|
7529
|
-
return import_transactions28.Transaction.from(tx);
|
|
7529
|
+
return tx instanceof import_transactions28.Transaction ? tx : import_transactions28.Transaction.from(tx);
|
|
7530
7530
|
};
|
|
7531
7531
|
|
|
7532
7532
|
// src/SuiTradingClient.ts
|