Fix swap plugin support email domain#467
Open
peachbits wants to merge 1 commit into
Open
Conversation
Change support@edge.com to support@edge.app for the Bridgeless, Cosmos IBC, Fantom/Sonic Upgrade, and Transfer swap plugins, matching Edge's actual support domain already used by the other Edge swap plugins.
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
noneDescription
Four Edge-owned swap plugins hardcoded their support contact as
support@edge.com, which is not an Edge support domain. As a result, affected DEX swaps showed the wrong support email in transaction details (e.g. BTC→BTCx via Bridgeless). This corrects them tosupport@edge.app, matching the other Edge swap plugins that already use that address.Plugins changed (each
swapInfo.supportEmailonly):src/swap/defi/bridgeless.tssrc/swap/defi/cosmosIbc.tssrc/swap/defi/fantomSonicUpgrade.tssrc/swap/transfer.tsThird-party exchange support emails (Sideshift, ChangeNOW, Exolix, etc.) were intentionally left unchanged.
Asana: https://app.asana.com/1/9976422036640/project/1213843652804305/task/1216003006917320
Note
Low Risk
Metadata-only email string changes with no swap, auth, or transaction logic touched.
Overview
Updates
supportEmailon four swap plugins fromsupport@edge.comtosupport@edge.appso in-app support links and swap metadata point at the correct Edge address.Affected plugins: Bridgeless, Cosmos IBC, Fantom/Sonic Upgrade, and Transfer (each
swapInfoonly). The Unreleased CHANGELOG entry documents the same fix.Reviewed by Cursor Bugbot for commit 43947d6. Bugbot is set up for automated code reviews on this repo. Configure here.