mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 06:11:10 +00:00
fix collectibles (#789)
* fix? * Create unlucky-planets-brake.md * rv --------- Co-authored-by: Felicio <felicio@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user