Add SimpleSwap swap support - #6136
Open
andreykr-simpleswap wants to merge 1 commit into
Open
Conversation
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
Dependencies
EdgeApp/edge-exchange-plugins#481
Description
Companion PR for the SimpleSwap swap plugin
(EdgeApp/edge-exchange-plugins#481): env config and plugin registration,
partner icon mapping, merchant contact entry, and terms/privacy/KYC links
for the swap terms modal.
Logos attached below: 64x64 (white background) and 600x210, each in 1x
and 2x, for the content server.
Note
Low Risk
GUI-only wiring for a new swap partner using the same env/plugin/icon/terms patterns as existing centralized providers; no auth or payment flow changes in this repo.
Overview
Adds SimpleSwap as a centralized swap provider in the Edge React GUI, mirroring how other partners (e.g. SideShift, Swapuz) are wired in.
Registration includes optional
SIMPLESWAP_INITenv config (apiKey), plugin entry incorePlugins, partner logo mapping, a merchant contacts row, and terms/privacy/KYC links in the swap verify-terms modal. The unreleased changelog notes the new provider. Actual swap logic lives in the companion edge-exchange-plugins PR.Reviewed by Cursor Bugbot for commit 1b75595. Bugbot is set up for automated code reviews on this repo. Configure here.