Skip to content

Commit 7c965bc

Browse files
committed
Add n.exchange transaction icon mapping
Map the nexchange swap plugin id to its CDN icon so transaction history and detail scenes show the n.exchange logo instead of the generic swap icon.
1 parent d76796f commit 7c965bc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- fixed: MoonPay "Send with Edge" sell link now opens the app to a pre-filled Send scene. All ramp redirect URLs (payment, success, fail, cancel) point at the claimed deep.edge.app.
1616
- fixed: Banxa Google Pay and ACH sell payment methods after Banxa consolidated its Google Pay PSPs (`PRIMERGP`) and migrated ACH sell (`BRDGACHSELL`).
1717
- fixed: Add NYM swap partner icon mapping for transaction history and details.
18+
- fixed: Add n.exchange icon mapping for transaction history and details.
1819
- removed: SideShift `privateKey` from env config; the swap integration no longer sends the affiliate secret header.
1920

2021
## 4.49.1 (2026-07-09)

src/actions/CategoriesActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ export const pluginIdIcons: Record<string, string> = {
720720
letsexchange: EDGE_CONTENT_SERVER_URI + '/letsexchange-logo.png',
721721
lifi: EDGE_CONTENT_SERVER_URI + '/lifi.png',
722722
mayaprotocol: EDGE_CONTENT_SERVER_URI + '/mayaprotocol.png',
723+
nexchange: EDGE_CONTENT_SERVER_URI + '/exchangeIcons/nexchange/icon.png',
723724
nymswap: EDGE_CONTENT_SERVER_URI + '/exchangeIcons/nymswap/icon.png',
724725
rango: EDGE_CONTENT_SERVER_URI + '/rango.png',
725726
sideshift: EDGE_CONTENT_SERVER_URI + '/sideshift-logo.png',

0 commit comments

Comments
 (0)