Skip to content

Commit

Permalink
feat: add stTIA and stOSMO icons
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed Feb 6, 2024
1 parent 009f5ea commit 5d62489
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wallet/public/tokens/stosmo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions wallet/public/tokens/sttia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions wallet/src/util/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export const icons = {
stATOM: 'tokens/statom.svg',
DAI_grv: 'tokens/DAI_grv.png',
USDT: 'tokens/USDT.png',
stTIA: 'tokens/sttia.svg',
stOSMO: 'tokens/stosmo.svg',
};

export const defaultIcon = 'tokens/default.png';

0 comments on commit 5d62489

Please sign in to comment.