Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update settings configuration on local storage upon network change #4556

Closed
Tracked by #4341
ikem-legend opened this issue Nov 3, 2022 · 0 comments
Closed
Tracked by #4341
Assignees
Milestone

Comments

@ikem-legend
Copy link
Member

Expected behavior

When network is changed, it should update the local storage network settings. For example, if the network is changed to devnet from testnet, then the network settings in local storage should be updated accordingly. This ensures that if the page is reloaded, then it should have the same network configuration

Actual behavior

When network is changed, it doesn't update the local storage network settings. For example, if the network is changed to devnet from testnet, then the network settings in local storage remains as testnet as shown below. This means that despite the network change, when the page is reloaded, the network switches back to testnet
Screenshot 2022-11-03 at 15 23 08

Steps to reproduce

  • Select the network dropdown in the top bar and switch networks
  • Check the local storage settings and reload the page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

3 participants