From c60df9830369faf26db57dd0ab051dd4c2b0e0d2 Mon Sep 17 00:00:00 2001 From: Mark Grothe Date: Fri, 31 Jan 2025 08:59:36 -0600 Subject: [PATCH] feat: usdt0 icon --- public/icons/tokens/usdt0.svg | 1 + src/ui-config/reservePatches.ts | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 public/icons/tokens/usdt0.svg diff --git a/public/icons/tokens/usdt0.svg b/public/icons/tokens/usdt0.svg new file mode 100644 index 0000000000..06e0cba5fa --- /dev/null +++ b/public/icons/tokens/usdt0.svg @@ -0,0 +1 @@ + diff --git a/src/ui-config/reservePatches.ts b/src/ui-config/reservePatches.ts index 02022c3af5..03b071db27 100644 --- a/src/ui-config/reservePatches.ts +++ b/src/ui-config/reservePatches.ts @@ -97,6 +97,11 @@ export interface IconMapInterface { export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSymbolInterface) { const underlyingAssetMap: Record = { + '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9': { + name, + symbol, + iconSymbol: 'usdt0', + }, '0x18084fba666a33d37592fa2633fd49a74dd93a88': { name: 'tBTC', symbol: 'tBTC',