The problem
When switching between accounts within the same wallet the app does not reflect the change.
https://github.com/CarmineOptions/fe-app/assets/36418132/90a35282-25e4-4aaa-a492-f66b92057343
☝️ This is what is ment by account switching.
What to do
- find an event that is emitted by the major wallets (Argent, Braavos)
- when the event is emitted update the account held in the Redux
- wallet address in the top right corner should change when switching the account
- staking page should show the balance of the new account after switching the account
The problem
When switching between accounts within the same wallet the app does not reflect the change.
https://github.com/CarmineOptions/fe-app/assets/36418132/90a35282-25e4-4aaa-a492-f66b92057343
☝️ This is what is ment by account switching.
What to do