@tradeport/sui-trading-sdk 0.4.5 → 0.4.6
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
CHANGED
package/dist/index.js
CHANGED
|
@@ -6113,7 +6113,8 @@ var removeCollectionBids = async ({ bidIds, tx: existingTx }, context) => {
|
|
|
6113
6113
|
nftTokenId: bid?.nft?.token_id,
|
|
6114
6114
|
bidAmount: bid?.price,
|
|
6115
6115
|
sellerKiosk: bid?.nft?.chain_state?.kiosk_id,
|
|
6116
|
-
bidMarketName: bid?.market_contract?.name
|
|
6116
|
+
bidMarketName: bid?.market_contract?.name,
|
|
6117
|
+
multiBidId: bid?.multi_bid_id
|
|
6117
6118
|
};
|
|
6118
6119
|
switch (txData.bidMarketName) {
|
|
6119
6120
|
case "tradeport":
|