Skip to content

Commit ff26b57

Browse files
authored
feat: usdt0 icon [skip cypress] (#2329)
1 parent 66e9ca9 commit ff26b57

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

public/icons/tokens/usdt0.svg

Lines changed: 1 addition & 0 deletions
Loading

src/ui-config/reservePatches.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ export interface IconMapInterface {
9797

9898
export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSymbolInterface) {
9999
const underlyingAssetMap: Record<string, IconMapInterface> = {
100+
'0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9': {
101+
name,
102+
symbol,
103+
iconSymbol: 'usdt0',
104+
},
100105
'0x18084fba666a33d37592fa2633fd49a74dd93a88': {
101106
name: 'tBTC',
102107
symbol: 'tBTC',

0 commit comments

Comments
 (0)