Add StealthEX support - #6160
Open
j0ntz wants to merge 1 commit into
Open
Conversation
2 tasks
Contributor
Author
j0ntz
force-pushed
the
jon/integrate-stealthex-swap
branch
from
August 14, 2026 23:58
13e2c44 to
3655404
Compare
j0ntz
marked this pull request as ready for review
August 14, 2026 23:58
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Registers the StealthEX swap plugin, its provider icon and merchant contact, and the terms of service the swap flow shows before the first quote.
j0ntz
force-pushed
the
jon/integrate-stealthex-swap
branch
from
August 18, 2026 22:30
3655404 to
1897888
Compare
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.




CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
EdgeApp/edge-exchange-plugins#485
Requirements
If you have made any visual changes to the GUI. Make sure you have:
Description
Wires up StealthEX as a swap provider:
STEALTHEX_INITin the env config, the plugin registration incorePlugins, the provider icon, the merchant contact entry, and the terms of service the swap flow shows before a user's first StealthEX quote.Asana: https://app.asana.com/0/1215088146871429/1217498055202092
The plugin itself lives in EdgeApp/edge-exchange-plugins#485.
The provider icon points at
exchangeIcons/stealthex/icon.pngon the content server, which does not carry that asset yet and needs uploading before release.Note
Low Risk
Additive provider integration with no changes to auth or payment flows; swap behavior depends on the separate exchange-plugins dependency.
Overview
Adds StealthEX as a centralized swap provider in the GUI, following the same wiring as partners like Swapuz and SideShift.
Registers
stealthexincorePluginswithSTEALTHEX_INIT(optionalapiKeyin env config). The swap flow can show the first-quote terms/KYC modal using StealthEX’s terms, privacy, and KYC URLs. Provider icon mapping and a merchant contact entry point at the content-serverexchangeIcons/stealthex/icon.pngpath (asset upload noted as a release prerequisite). Actual quoting and swap execution remain in edge-exchange-plugins (#485).Reviewed by Cursor Bugbot for commit 1897888. Bugbot is set up for automated code reviews on this repo. Configure here.