Skip to content

Commit

Permalink
Fix ink icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed Dec 16, 2024
1 parent c02e41a commit 8b4fd4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wagmiConfig/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,10 +736,10 @@ const CHAIN_CONFIG: Record<Chain, GuildChain> = {
},
INK: {
...generateChainConfig(ink, ETH_ICON),
iconUrl: "/networkLogos/ink.png",
iconUrl: "/networkLogos/ink.svg",
blockExplorerIconUrl: {
light: "/networkLogos/ink.png",
dark: "/networkLogos/ink.png",
light: "/networkLogos/ink.svg",
dark: "/networkLogos/ink.svg",
},
},
}
Expand Down

0 comments on commit 8b4fd4c

Please sign in to comment.