@tradeport/sui-trading-sdk 0.1.76 → 0.1.77
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
|
@@ -1621,7 +1621,6 @@ async function addTradePortAcceptCollectionBidTxHandler(txData) {
|
|
|
1621
1621
|
kioskTx: txData?.kioskTx,
|
|
1622
1622
|
kioskOwner: txData?.seller,
|
|
1623
1623
|
kiosk: txData?.sellerKiosk,
|
|
1624
|
-
shouldAssertNftInSharedKiosk: true,
|
|
1625
1624
|
async runCommands(kioskTx) {
|
|
1626
1625
|
kioskTx.place({
|
|
1627
1626
|
item: txData?.nftTokenId,
|
|
@@ -3694,7 +3693,6 @@ async function addTradePortListTxHandler(txData) {
|
|
|
3694
3693
|
kioskClient: txData?.kioskClient,
|
|
3695
3694
|
kioskOwner: txData?.seller,
|
|
3696
3695
|
kiosk: txData?.sellerKiosk,
|
|
3697
|
-
shouldAssertNftInSharedKiosk: true,
|
|
3698
3696
|
async runCommands(kioskTx) {
|
|
3699
3697
|
kioskTx.place({
|
|
3700
3698
|
item: txData?.nftTokenId,
|