feat: MUSD-394 add generic transaction fee row to conversion confirmations#27091
Conversation
… for mUSD conversions
|
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. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
d3746bc to
dd076d6
Compare
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
The
Selected tags:
Performance Test Selection: |
The committed fixture schema is out of date. To update, comment: |
|



Description
Replace the mUSD-specific
NetworkFeeRowwith the genericTransactionFeeRowon conversion confirmations, and update the transaction fee tooltip copy to clarify that no MetaMask fee applies.Changelog
CHANGELOG entry: replaced mUSD conversion-specific network fee row with the generic transaction fee row and updated fee tooltip copy
Related issues
Fixes: MUSD-394: Add generic "Transaction Fee" row to conversion confirmations
Manual testing steps
Screenshots/Recordings
Before
mUSD conversions only displayed the "Network Fee"
After
Custom conversion input
"Max" convert bottom sheet
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
UI-only confirmation changes to fee row rendering and tooltip copy; main risk is mismatched testIDs or fee display expectations in mUSD conversion flows.
Overview
mUSD conversion confirmations now use the generic
TransactionFeeRowinstead of the mUSD-specificNetworkFeeRow, so conversions show the same combined transaction fee total (network + provider + MetaMask) and tooltip breakdown as other pay flows.Removes the
ConfirmationRowComponentIDs.NETWORK_FEEselector and deletes the associatedmusdConversionnetwork-fee row/skeleton tests; updates English tooltip copy to clarify no MetaMask fee applies for mUSD conversions (and fixesmUSDcasing in the predict-withdraw tooltip).Written by Cursor Bugbot for commit dd076d6. This will update automatically on new commits. Configure here.