Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Oct 8, 2024
1 parent e27fcc7 commit 6a0f98a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions components/SupportedNetworks/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,3 @@ export const curatedBlockExplorers = [
'https://basescan.org',
'https://sepolia.basescan.org'
]

// export const shortNameToIcon = (shortName: string): string => {
// if (shortNameToIconName(shortName) == null) return '/unknown-logo.png'
// if (shortNameToIconName(shortName)?.endsWith('.jpg') === true) {
// return `https://icons.llamao.fi/icons/chains/rsz_${shortNameToIconName(
// shortName
// )}`
// }
// return `https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/refs/heads/master/128/${shortNameToIconName(
// shortName
// )}.png`
// }

0 comments on commit 6a0f98a

Please sign in to comment.