Skip to content

Fix swap plugin support email domain#467

Open
peachbits wants to merge 1 commit into
masterfrom
matthew/fix/support-email-domain
Open

Fix swap plugin support email domain#467
peachbits wants to merge 1 commit into
masterfrom
matthew/fix/support-email-domain

Conversation

@peachbits

@peachbits peachbits commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

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 to support@edge.app, matching the other Edge swap plugins that already use that address.

Plugins changed (each swapInfo.supportEmail only):

  • Bridgeless — src/swap/defi/bridgeless.ts
  • Cosmos IBC — src/swap/defi/cosmosIbc.ts
  • Fantom/Sonic Upgrade — src/swap/defi/fantomSonicUpgrade.ts
  • Transfer — src/swap/transfer.ts

Third-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 supportEmail on four swap plugins from support@edge.com to support@edge.app so in-app support links and swap metadata point at the correct Edge address.

Affected plugins: Bridgeless, Cosmos IBC, Fantom/Sonic Upgrade, and Transfer (each swapInfo only). 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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant