Skip to content

Commit c7a6e71

Browse files
jkbktlfelicio
andauthored
fix collectibles (#789)
* fix? * Create unlucky-planets-brake.md * rv --------- Co-authored-by: Felicio <[email protected]>
1 parent 29e337b commit c7a6e71

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@status-im/wallet": patch
3+
"wallet": patch
4+
---
5+
6+
fix collectibles

packages/wallet/src/data/services/alchemy/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ export async function getNFTs(
403403
url.searchParams.set('owner', address)
404404
url.searchParams.set('withMetadata', 'true')
405405
url.searchParams.set('pageSize', pageSize ?? '100')
406+
url.searchParams.set('orderBy', 'transferTime')
406407
if (page) {
407408
url.searchParams.set('pageKey', page)
408409
}

0 commit comments

Comments
 (0)