Skip to content

Commit

Permalink
chore(wallet-mobile): caching token discovery while the app is open
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed May 8, 2024
1 parent aa361d1 commit 5f5e4b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const Details = ({activeTab, info, network}: DetailsProps) => {
id: info.id,
network,
getTokenDiscovery: api.tokenDiscovery,
}, {
staleTime: Infinity,
})

// TODO: revisit + product definition (missing is gone state, error state, loading state)
Expand Down

0 comments on commit 5f5e4b9

Please sign in to comment.