diff --git a/ui/components/Shared/SharedAssetIcon.tsx b/ui/components/Shared/SharedAssetIcon.tsx index 7ddf9a3550..956c84463f 100644 --- a/ui/components/Shared/SharedAssetIcon.tsx +++ b/ui/components/Shared/SharedAssetIcon.tsx @@ -14,7 +14,15 @@ type Props = { symbol: string } -const hardcodedIcons = new Set(["ETH", "MATIC", "DOGGO", "RBTC", "AVAX", "BNB"]) +const hardcodedIcons = new Set([ + "ETH", + "MATIC", + "DOGGO", + "RBTC", + "AVAX", + "BNB", + "BTC", +]) // Passes IPFS and Arweave through HTTP gateway function getAsHttpURL(anyURL: string) { diff --git a/ui/public/images/assets/btc.png b/ui/public/images/assets/btc.png new file mode 100644 index 0000000000..3dda76f8cb Binary files /dev/null and b/ui/public/images/assets/btc.png differ