From 7c965bcdbbc92a52a9d907f4bbf06b0a75c9b185 Mon Sep 17 00:00:00 2001 From: Jonathan Tzeng Date: Thu, 16 Jul 2026 14:41:43 -0700 Subject: [PATCH] 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. --- CHANGELOG.md | 1 + src/actions/CategoriesActions.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55bfb31f649..f96ecff2b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - 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. - fixed: Banxa Google Pay and ACH sell payment methods after Banxa consolidated its Google Pay PSPs (`PRIMERGP`) and migrated ACH sell (`BRDGACHSELL`). - fixed: Add NYM swap partner icon mapping for transaction history and details. +- fixed: Add n.exchange icon mapping for transaction history and details. - removed: SideShift `privateKey` from env config; the swap integration no longer sends the affiliate secret header. ## 4.49.1 (2026-07-09) diff --git a/src/actions/CategoriesActions.ts b/src/actions/CategoriesActions.ts index a698046dd7d..d00a39a6b15 100644 --- a/src/actions/CategoriesActions.ts +++ b/src/actions/CategoriesActions.ts @@ -720,6 +720,7 @@ export const pluginIdIcons: Record = { letsexchange: EDGE_CONTENT_SERVER_URI + '/letsexchange-logo.png', lifi: EDGE_CONTENT_SERVER_URI + '/lifi.png', mayaprotocol: EDGE_CONTENT_SERVER_URI + '/mayaprotocol.png', + nexchange: EDGE_CONTENT_SERVER_URI + '/exchangeIcons/nexchange/icon.png', nymswap: EDGE_CONTENT_SERVER_URI + '/exchangeIcons/nymswap/icon.png', rango: EDGE_CONTENT_SERVER_URI + '/rango.png', sideshift: EDGE_CONTENT_SERVER_URI + '/sideshift-logo.png',