-
Notifications
You must be signed in to change notification settings - Fork 96
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
Show a message on top of RPC pages when the RPC URL is not input #1014
Conversation
@@ -194,6 +197,10 @@ export const NetworkSelector = () => { | |||
const latestData = getData(); | |||
|
|||
selectNetwork(latestData); | |||
|
|||
// also update the network setting for endpoints | |||
updateNetwork(latestData); |
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.
added this to update its global endpoints network setting so that users would see the change right away vs. refresh the page to see the updated endpoint
Preview is available here: |
Preview is available here: |
1 similar comment
Preview is available here: |
rpc-url.mov