Swap From asset balance should not rely on persisted balance registry #37610
Labels
bug
feature/web3/wallet
Integrating Ethereum+ wallet support
front-end-change
This task is a front end task and doesn't need any C++ changes
OS/Android
Fixes related to Android browser functionality
OS/Desktop
QA Pass - Android ARM
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
The highlighted box in the following image does not update on successful confirmation of a Swap, even after a page reload. This is because the balance is fetched from the persisted registry, which is not live. The
useScopedBalanceUpdater()
hook is a better choice here.The text was updated successfully, but these errors were encountered: