feat: add MXNB to StableFX quote debug page currencies#456
Merged
anilgangapersaud-circle merged 1 commit intoJun 30, 2026
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
anilgangapersaud-circle
approved these changes
Jun 30, 2026
5 tasks
anilgangapersaud-circle
pushed a commit
that referenced
this pull request
Jul 3, 2026
## Summary - add `HKD`, `CNH`, and `SGD` to the legacy trades quote debug screen, flow debug screen - add `HKD`, `CNH`, and `SGD` to the legacy trades settlements fetch and instructions screens This follows the same lightweight currency-enable pattern as [#456](#456), but for the legacy trades screens instead of StableFX. ## Test plan - [x] Navigate to `/debug/trades/quote` and verify `HKD`, `CNH`, and `SGD` appear in the currency options - [x] Navigate to `/debug/trades/flow` and verify each currency can be used to complete the trade flow successfully - [x] Verify successful local trade flow submissions for `HKD` - [x] Verify successful local trade flow submissions for `CNH` - [x] Verify successful local trade flow submissions for `SGD` ## Validation Validated locally in the sample app with successful trade flow submissions for all three currencies: <img width="1512" height="817" alt="Screenshot 2026-07-03 at 9 22 00 AM" src="https://github.com/user-attachments/assets/202f8e2c-a045-4249-b6a3-f92489ae233c" /> <img width="1510" height="813" alt="Screenshot 2026-07-03 at 8 35 29 AM" src="https://github.com/user-attachments/assets/e54bd526-e828-4eda-95e4-5f9cfb3a71a0" /> <img width="1511" height="815" alt="Screenshot 2026-07-03 at 8 35 15 AM" src="https://github.com/user-attachments/assets/712942e9-26a8-4d3b-badc-a1f6944c90b9" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MXNBto the from-currency list on the StableFX quote debug pageMXNBas a valid to-currency option whenUSDCis selected as from-currencyMXNB -> [USDC]mapping so USDC appears as the to-currency when MXNB is selectedTest plan
/debug/stablefx/quoteMXNBappears in the "From currency" dropdownUSDCas from-currency and confirmMXNBappears in the "To currency" dropdownMXNBas from-currency and confirmUSDCappears in the "To currency" dropdown🤖 Generated with Claude Code