fix collectibles (#789)

* fix?

* Create unlucky-planets-brake.md

* rv

---------

Co-authored-by: Felicio <felicio@users.noreply.github.com>
This commit is contained in:
Jakub
2025-09-02 20:46:45 +02:00
committed by GitHub
co-authored by Felicio
parent 29e337b736
commit c7a6e71848
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@status-im/wallet": patch
"wallet": patch
---
fix collectibles
@@ -403,6 +403,7 @@ export async function getNFTs(
url.searchParams.set('owner', address)
url.searchParams.set('withMetadata', 'true')
url.searchParams.set('pageSize', pageSize ?? '100')
url.searchParams.set('orderBy', 'transferTime')
if (page) {
url.searchParams.set('pageKey', page)
}