@tradeport/sui-trading-sdk 0.4.32 → 0.4.34
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 +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/constants.ts +2 -0
- package/src/helpers/kiosk/resolveFloorPriceRule.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -1110,8 +1110,12 @@ var DYNAMIC_COLLECTION_IDS = [
|
|
|
1110
1110
|
// Fever Maniac
|
|
1111
1111
|
"f7ccba9d-04f8-49c4-8e1f-d264b122584d",
|
|
1112
1112
|
// SuiFrens: Capys
|
|
1113
|
-
"a8c93237-922f-4d6c-825f-bdcbc4bf10fc"
|
|
1113
|
+
"a8c93237-922f-4d6c-825f-bdcbc4bf10fc",
|
|
1114
1114
|
// Anima Genesis Avatars
|
|
1115
|
+
"6a5dda9e-aaa8-4f0e-be53-336ae2121c9c",
|
|
1116
|
+
// Capybara Money Bag Mystery
|
|
1117
|
+
"fdf8a578-2914-47aa-a318-3a0a80b29025"
|
|
1118
|
+
// Phantom Froze Over
|
|
1115
1119
|
];
|
|
1116
1120
|
|
|
1117
1121
|
// src/graphql/queries/fetchNftsById.ts
|