Skip to content

Commit

Permalink
add coin icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Temitope Ologunbaba authored and CharlVS committed Mar 16, 2023
1 parent 910de84 commit 287dd29
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file added assets/coin-icons/bitn.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 assets/coin-icons/gft.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 assets/coin-icons/ilv.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 assets/coin-icons/jgold.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 assets/coin-icons/jusd.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 assets/coin-icons/rndr.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 assets/coin-icons/xcn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/utils/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ String getCoinIconPath(String abbr) {

String getCoinTicker(String abbr) {
for (String suffix in appConfig.protocolSuffixes) {
abbr = abbr.replaceAll('-$suffix', '');
abbr = abbr.replaceAll('-$suffix', '').replaceAll('_$suffix', '');
}
return abbr;
}
Expand Down

0 comments on commit 287dd29

Please sign in to comment.