@tradeport/sui-trading-sdk 0.4.34 → 0.4.35
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/constants.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -1114,8 +1114,10 @@ var DYNAMIC_COLLECTION_IDS = [
|
|
|
1114
1114
|
// Anima Genesis Avatars
|
|
1115
1115
|
"6a5dda9e-aaa8-4f0e-be53-336ae2121c9c",
|
|
1116
1116
|
// Capybara Money Bag Mystery
|
|
1117
|
-
"fdf8a578-2914-47aa-a318-3a0a80b29025"
|
|
1117
|
+
"fdf8a578-2914-47aa-a318-3a0a80b29025",
|
|
1118
1118
|
// Phantom Froze Over
|
|
1119
|
+
"75381a59-abde-4e4b-aac9-b1c5ba10b4da"
|
|
1120
|
+
// Claynosaurz: Phantom Purr-ize Patch
|
|
1119
1121
|
];
|
|
1120
1122
|
|
|
1121
1123
|
// src/graphql/queries/fetchNftsById.ts
|