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',