Skip to content

Commit

Permalink
add asset icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Jul 24, 2024
1 parent 301553b commit 22f78cc
Show file tree
Hide file tree
Showing 8 changed files with 8,549 additions and 0 deletions.
Binary file added src/assets/coins/ASTR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/coins/BNC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/coins/BRZ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/coins/HDX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/coins/PDEX.png
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/assets/coins/PICA.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8,532 changes: 8,532 additions & 0 deletions src/assets/coins/PINK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/shared/AssetIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ import USDC from '../assets/coins/USDC.png';
import USDT from '../assets/coins/USDT.png';
import XLM from '../assets/coins/XLM.png';
import GLMR from '../assets/coins/GLMR.png';
import PINK from '../assets/coins/PINK.svg';
import HDX from '../assets/coins/HDX.png';
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 DefaultIcon from '../assets/coins/placeholder.png';

Expand All @@ -35,6 +41,12 @@ const polkadotAssets = [
{ code: 'KSM', icon: KSM },
{ code: 'USDT', icon: USDT },
{ code: 'GLMR', icon: GLMR },
{ code: 'PINK', icon: PINK },
{ code: 'HDX', icon: HDX },
{ code: 'ASTR', icon: ASTR },
{ code: 'BRZ', icon: BRZ },
{ code: 'PDEX', icon: PDEX },
{ code: 'BNC', icon: BNC },
];

const assets = [...stellarAssets, ...polkadotAssets];
Expand Down

0 comments on commit 22f78cc

Please sign in to comment.