Skip to content

Commit

Permalink
feat: usdt0 icon [skip cypress] (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem authored Feb 7, 2025
1 parent 66e9ca9 commit ff26b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/tokens/usdt0.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/ui-config/reservePatches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ export interface IconMapInterface {

export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSymbolInterface) {
const underlyingAssetMap: Record<string, IconMapInterface> = {
'0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9': {
name,
symbol,
iconSymbol: 'usdt0',
},
'0x18084fba666a33d37592fa2633fd49a74dd93a88': {
name: 'tBTC',
symbol: 'tBTC',
Expand Down

1 comment on commit ff26b57

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.