@tradeport/sui-trading-sdk 0.1.76 → 0.1.78

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.mjs CHANGED
@@ -1595,7 +1595,6 @@ async function addTradePortAcceptCollectionBidTxHandler(txData) {
1595
1595
  kioskTx: txData?.kioskTx,
1596
1596
  kioskOwner: txData?.seller,
1597
1597
  kiosk: txData?.sellerKiosk,
1598
- shouldAssertNftInSharedKiosk: true,
1599
1598
  async runCommands(kioskTx) {
1600
1599
  kioskTx.place({
1601
1600
  item: txData?.nftTokenId,
@@ -3668,7 +3667,6 @@ async function addTradePortListTxHandler(txData) {
3668
3667
  kioskClient: txData?.kioskClient,
3669
3668
  kioskOwner: txData?.seller,
3670
3669
  kiosk: txData?.sellerKiosk,
3671
- shouldAssertNftInSharedKiosk: true,
3672
3670
  async runCommands(kioskTx) {
3673
3671
  kioskTx.place({
3674
3672
  item: txData?.nftTokenId,
@@ -3968,6 +3966,9 @@ async function migrateNftsFromUnsharedToSharedKiosks({ walletAddress }, context)
3968
3966
  if (nft?.chain_state?.claimable_trade_id) {
3969
3967
  continue;
3970
3968
  }
3969
+ if (nft?.collection_id === "67ded9ed-4dcc-4d15-9e6f-04dded46f419") {
3970
+ continue;
3971
+ }
3971
3972
  const nftType = getNftTypeFromNft(nft);
3972
3973
  const nftTokenId = nft?.token_id;
3973
3974
  if (sharedOBKiosk) {