Skip to content

Commit

Permalink
It works?????
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed Feb 22, 2024
1 parent 061e111 commit b7e4c92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/trpc/routes/search-assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export const searchAssets = t.procedure
jsonrpc: "2.0",
method: "searchAssets",
params: {
displayOptions: {
showNativeBalance: nativeBalance,
},
limit: 1000,
ownerAddress: account,
page: cursor,
Expand Down

0 comments on commit b7e4c92

Please sign in to comment.