Skip to content

Commit c020347

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 3b9b95d commit c020347

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased (develop)
44

5+
- fixed: Add n.exchange icon mapping for transaction history and details.
6+
57
## 4.50.0 (staging)
68

79
- added: Changelly swap provider

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)