From 6360590fe7982076cad62662c3411cdbcc4a9a48 Mon Sep 17 00:00:00 2001 From: Clawdia Date: Wed, 15 Jul 2026 20:19:18 -0700 Subject: [PATCH] Add n.exchange transaction icon mapping --- CHANGELOG.md | 2 ++ src/actions/CategoriesActions.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af8b81afde..38bd573ab13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased (develop) +- fixed: Add n.exchange icon mapping for transaction history and details. + ## 4.50.0 (staging) - added: Changelly swap provider diff --git a/src/actions/CategoriesActions.ts b/src/actions/CategoriesActions.ts index 2c0887af262..9013a3af306 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 + '/nexchange.png', rango: EDGE_CONTENT_SERVER_URI + '/rango.png', sideshift: EDGE_CONTENT_SERVER_URI + '/sideshift-logo.png', simplex: EDGE_CONTENT_SERVER_URI + '/simplex.png',