From 53e3fe385b7969aa53a30e7eec6dc05a466b1b62 Mon Sep 17 00:00:00 2001 From: Mark Grothe Date: Mon, 23 Sep 2024 07:16:51 -0500 Subject: [PATCH] feat: new reserve icons [skip cypress] (#2184) --- public/icons/tokens/cbbtc.svg | 1 + public/icons/tokens/tbtc.svg | 1 + src/ui-config/reservePatches.ts | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 public/icons/tokens/cbbtc.svg create mode 100644 public/icons/tokens/tbtc.svg diff --git a/public/icons/tokens/cbbtc.svg b/public/icons/tokens/cbbtc.svg new file mode 100644 index 0000000000..40dfb072c7 --- /dev/null +++ b/public/icons/tokens/cbbtc.svg @@ -0,0 +1 @@ + diff --git a/public/icons/tokens/tbtc.svg b/public/icons/tokens/tbtc.svg new file mode 100644 index 0000000000..a17bde5bff --- /dev/null +++ b/public/icons/tokens/tbtc.svg @@ -0,0 +1 @@ + diff --git a/src/ui-config/reservePatches.ts b/src/ui-config/reservePatches.ts index 0fe77041ee..02d185dae6 100644 --- a/src/ui-config/reservePatches.ts +++ b/src/ui-config/reservePatches.ts @@ -104,6 +104,11 @@ export interface IconMapInterface { export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSymbolInterface) { const underlyingAssetMap: Record = { + '0x18084fba666a33d37592fa2633fd49a74dd93a88': { + name: 'tBTC', + symbol: 'tBTC', + iconSymbol: 'tBTC', + }, '0xdd974d5c2e2928dea5f71b9825b8b646686bd200': { name: 'Kyber Legacy', symbol: 'KNCL',