You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Currently the asset discovery logic is run when new accounts are added. With this approach we will not discover tokens sent to the user after they have added their account.. We should call this new KeyringService::DiscoverAssetsOnAllSupportedChains() api when the wallet opens, and display some loading UI indicating that we are searching for assets until the onDiscoverAssetsCompleted delegate method is called.
The text was updated successfully, but these errors were encountered:
Description:
iOS version of brave/brave-browser#26547
Currently the asset discovery logic is run when new accounts are added. With this approach we will not discover tokens sent to the user after they have added their account.. We should call this new
KeyringService::DiscoverAssetsOnAllSupportedChains()
api when the wallet opens, and display some loading UI indicating that we are searching for assets until theonDiscoverAssetsCompleted
delegate method is called.The text was updated successfully, but these errors were encountered: