-
-
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: relax network symbol length validation #11693
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: 48818fa Note
|
…/relax-network-symbol-validation
Bitrise❌❌❌ Commit hash: 80f8f43 Note
Tip
|
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11693 +/- ##
==========================================
+ Coverage 55.78% 56.20% +0.41%
==========================================
Files 1786 1786
Lines 40362 40360 -2
Branches 5054 5054
==========================================
+ Hits 22516 22684 +168
+ Misses 16297 16123 -174
- Partials 1549 1553 +4 ☔ View full report in Codecov by Sentry. |
Bitrise✅✅✅ Commit hash: 856181c Note
|
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.
Can you provide a unit test for this please?
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.
LGTM
Description
When adding a network with wallet_addEthereumChain, MetaMask was requiring the chain's symbol to be minimum of 2 characters. But there are networks with single character symbols.
Related issues
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist