Skip to content

Commit

Permalink
add USDC.axl icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Jul 24, 2024
1 parent 22f78cc commit 61ac589
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/assets/coins/USDC_axl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/shared/AssetIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import ASTR from '../assets/coins/ASTR.png';
import BRZ from '../assets/coins/BRZ.png';
import PDEX from '../assets/coins/PDEX.png';
import BNC from '../assets/coins/BNC.png';
import USDC_axl from '../assets/coins/USDC_axl.svg';

import DefaultIcon from '../assets/coins/placeholder.png';

Expand Down Expand Up @@ -59,6 +60,10 @@ const handleSpecialAsset = (assetCode: string, assetIssuer?: string) => {
}
return cEURC;
}

if (assetCode === 'USDC.axl') {
return USDC_axl;
}
};

const getAssetIcon = (assetCode: string, assetIssuer?: string) => {
Expand Down

0 comments on commit 61ac589

Please sign in to comment.