Skip to content

Commit ffcec62

Browse files
committed
Add NYM swap partner icon mapping
Map the nymswap plugin id to its content-server icon so NYM swap transactions render the partner icon in transaction history and details instead of the generic swap icon.
1 parent 54179c1 commit ffcec62

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
@@ -13,6 +13,7 @@
1313
- fixed: Share button referral link now uses the dl.edge.app deep-link domain so appreferred attribution is tracked
1414
- 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.
1515
- fixed: Banxa Google Pay and ACH sell payment methods after Banxa consolidated its Google Pay PSPs (`PRIMERGP`) and migrated ACH sell (`BRDGACHSELL`).
16+
- fixed: Add NYM swap partner icon mapping for transaction history and details.
1617
- removed: SideShift `privateKey` from env config; the swap integration no longer sends the affiliate secret header.
1718

1819
## 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+
nymswap: EDGE_CONTENT_SERVER_URI + '/exchangeIcons/nymswap/icon.png',
723724
rango: EDGE_CONTENT_SERVER_URI + '/rango.png',
724725
sideshift: EDGE_CONTENT_SERVER_URI + '/sideshift-logo.png',
725726
simplex: EDGE_CONTENT_SERVER_URI + '/simplex.png',

0 commit comments

Comments
 (0)