-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add additional rpcUrl verification #7436
Conversation
ui/app/pages/settings/networks-tab/network-form/network-form.component.js
Outdated
Show resolved
Hide resolved
ui/app/pages/settings/networks-tab/network-form/network-form.component.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good!
Ideally we would allow networks with the same URL, but this seems like the best solution for now.
ui/app/pages/settings/networks-tab/network-form/network-form.component.js
Outdated
Show resolved
Hide resolved
ui/app/pages/settings/networks-tab/network-form/network-form.component.js
Outdated
Show resolved
Hide resolved
ui/app/pages/settings/networks-tab/network-form/network-form.component.js
Outdated
Show resolved
Hide resolved
ui/app/pages/settings/networks-tab/network-form/network-form.component.js
Outdated
Show resolved
Hide resolved
ui/app/pages/settings/networks-tab/network-form/network-form.component.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
closes: #7388
This adds additional verification so an existing
rpcUrl
cannot be added as part of a new network (thus ensuring our "key" is always unique).Wording might need to be changed