Skip to content

Commit 8822eb2

Browse files
0xpatrickdevsamsiegart
authored andcommitted
feat: add asset logos for USDC and USDT
1 parent 9164cc3 commit 8822eb2

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

public/USDC.png

8.31 KB
Loading

public/USDT.png

2.89 KB
Loading

src/utils/displayFunctions.ts

+4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ const getLogoForBrandPetname = (brandPetname: string) => {
1212
switch (brandPetname) {
1313
case 'IST':
1414
return IST_ICON;
15+
case 'USDC':
16+
return 'USDC.png';
1517
case 'USDC_axl':
1618
return 'USDC_axl.png';
1719
case 'USDC_grv':
1820
return 'USDC_grv.webp';
21+
case 'USDT':
22+
return 'USDT.png';
1923
case 'USDT_axl':
2024
return 'USDT_axl.png';
2125
case 'USDT_grv':

0 commit comments

Comments
 (0)