@b3dotfun/sdk 0.0.16-alpha.3 → 0.0.16-alpha.4
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.
|
@@ -180,9 +180,9 @@ function AnySpendCustom({ isMainnet = true, loadOrder, mode = "modal", recipient
|
|
|
180
180
|
dstChainId,
|
|
181
181
|
dstToken,
|
|
182
182
|
encodedData,
|
|
183
|
-
metadata
|
|
184
|
-
metadata
|
|
185
|
-
metadata
|
|
183
|
+
metadata?.nftContract?.tokenId,
|
|
184
|
+
metadata?.nftContract?.type,
|
|
185
|
+
metadata?.type,
|
|
186
186
|
orderType,
|
|
187
187
|
spenderAddress,
|
|
188
188
|
srcChainId,
|
|
@@ -174,9 +174,9 @@ export function AnySpendCustom({ isMainnet = true, loadOrder, mode = "modal", re
|
|
|
174
174
|
dstChainId,
|
|
175
175
|
dstToken,
|
|
176
176
|
encodedData,
|
|
177
|
-
metadata
|
|
178
|
-
metadata
|
|
179
|
-
metadata
|
|
177
|
+
metadata?.nftContract?.tokenId,
|
|
178
|
+
metadata?.nftContract?.type,
|
|
179
|
+
metadata?.type,
|
|
180
180
|
orderType,
|
|
181
181
|
spenderAddress,
|
|
182
182
|
srcChainId,
|
package/package.json
CHANGED
|
@@ -292,9 +292,9 @@ export function AnySpendCustom({
|
|
|
292
292
|
dstChainId,
|
|
293
293
|
dstToken,
|
|
294
294
|
encodedData,
|
|
295
|
-
metadata
|
|
296
|
-
metadata
|
|
297
|
-
metadata
|
|
295
|
+
metadata?.nftContract?.tokenId,
|
|
296
|
+
metadata?.nftContract?.type,
|
|
297
|
+
metadata?.type,
|
|
298
298
|
orderType,
|
|
299
299
|
spenderAddress,
|
|
300
300
|
srcChainId,
|