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',