-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: use correct order for BTC network and fees cp-7.59.0 #22244
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
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. |
|
|
Missing release label release-7.59.0 on PR. Adding release label release-7.59.0 on PR and removing other release labels(release-7.60.0), as PR was cherry-picked in branch 7.59.0. |



Description
Fix issue with incorrect network order & fees
Changelog
CHANGELOG entry: fix incorrect network order and fees
Related issues
Fixes: #22314
Manual testing steps
Screenshots/Recordings
Before
After
Screen.Recording.2025-11-06.at.11.51.42.mov
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Sorts destination networks by popularity with BTC included and standardizes network fee display to fiat, with updated tests and e2e adjustments.
ChainPopularityto sort destination networks; add BTC (BtcScope.Mainnet) and adjust rankings; fallback toInfinityfor unknown chains.BridgeDestNetworkSelector(excludes current chain unless Unified mode).networkFeeusing fiatvalueInCurrency(handles<$0.01,$0, and missing values as-); remove primary-currency/ticker-based formatting.swipeNetworkto target updated ordering.Written by Cursor Bugbot for commit fc761a6. This will update automatically on new commits. Configure here.