Skip to content

Commit

Permalink
chore: B3 mainnet icon (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola authored Sep 20, 2024
1 parent ab72d0a commit 7e260b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/renderUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const renderNetworkIcon = (caipId: string, classes: Record<"networkIcon"
case "polkadot:3799":
return <img src={`/assets/icons/tangle-logo.svg`} alt="gnosis" className={classes.networkIcon} />
case "eip155:1993":
case "eip155:8333":
return <img src={`/assets/icons/b3-sepolia.svg`} alt="gnosis" className={classes.networkIcon} />
default:
return <img src={`/assets/icons/evm.svg`} alt="ethereum" className={classes.networkIcon} />
Expand Down

0 comments on commit 7e260b7

Please sign in to comment.