-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: fix duplicated network select #11524
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Bitrise❌❌❌ Commit hash: 1eb05d1 Note
Tip
|
Bitrise✅✅✅ Commit hash: 1ec9679 Note
|
Quality Gate passedIssues Measures |
Description
his PR introduces a fix for handling multiple networks with different RPC URLs in the NetworkSelector component, along with comprehensive unit tests to ensure the component's functionality. The tests verify that only one network can be selected at a time, even when the networks have the same chain ID but different RPC URLs.
Related issues
Fixes: #11509
Manual testing steps
Screenshots/Recordings
Before
before.mov
After
after-2.mov
Pre-merge author checklist
Pre-merge reviewer checklist