Skip to content

Commit

Permalink
<NetworkIcon>: support Scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylyeo committed Apr 17, 2023
1 parent 7a9cfe3 commit 6bc2941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NetworkIcon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// export let defaultToTokenIcon = true
import { ArbitrumIcon, AuroraIcon, BaseIcon, CeloIcon, CronosIcon, EvmosIcon, GnosisIcon, HarmonyIcon, MetisIcon, OptimismIcon, PolygonZkevmIcon, SKALEIcon } from '../assets/networkIcons'
import { ArbitrumIcon, AuroraIcon, BaseIcon, CeloIcon, CronosIcon, EvmosIcon, GnosisIcon, HarmonyIcon, MetisIcon, OptimismIcon, PolygonZkevmIcon, ScrollIcon, SKALEIcon } from '../assets/networkIcons'
import { tokenIcons } from '../assets/tokenIcons'
const networkIcons: Record<Ethereum.NetworkName, string> = {
Expand All @@ -29,6 +29,7 @@
'polygon': tokenIcons.MATIC, // PolygonIcon,
'polygon-zkevm': PolygonZkevmIcon, // PolygonIcon,
// 'reef': ReefIcon,
'scroll': ScrollIcon,
'skale': SKALEIcon,
}
Expand Down

1 comment on commit 6bc2941

@vercel
Copy link

@vercel vercel bot commented on 6bc2941 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blockhead – ./

blockhead-darrylyeo.vercel.app
blockhead-phi.vercel.app
blockhead-git-main-darrylyeo.vercel.app

Please sign in to comment.