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
Check localstorage to mkae sure the name was cached
Result: name is not replacing the address in the UI even if it is available in the cache
Expected: name should be visible in the UI as soon as it is loaded
The text was updated successfully, but these errors were encountered:
## Issues connected
Resolves#823
## What has been done
- Fixed ENS and UNS names not updated automatically (without reload)
- Added `useCachedWalletName` hook
## Testing
- [x] Clear `localStorage`
- [x] Connect wallet
- [x] After a short interval, account name is automatically updated
- [x] Reload the page, the name is still visible
Result: name is not replacing the address in the UI even if it is available in the cache
Expected: name should be visible in the UI as soon as it is loaded
The text was updated successfully, but these errors were encountered: