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
If there's some UI event that removes a provider as an option (e.g. removing a custom node) we'll need to remove it from the provider list as well. This is especially a problem if you add a node, enter something wrong, remove it, and re-add it. Shepherd will fail due to duplicate provider.
Steps to Reproduce
Add a custom node on mycrypto
Remove the custom node
Add it again
Error: Provider config {your URL} already exists
The text was updated successfully, but these errors were encountered:
Description of the Issue
If there's some UI event that removes a provider as an option (e.g. removing a custom node) we'll need to remove it from the provider list as well. This is especially a problem if you add a node, enter something wrong, remove it, and re-add it. Shepherd will fail due to duplicate provider.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: