Skip to content

Commit

Permalink
Add hardcoded BTC asset logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphenized committed Feb 25, 2025
1 parent c4cfed8 commit 63340d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ui/components/Shared/SharedAssetIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Binary file added ui/public/images/assets/btc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63340d8

Please sign in to comment.