Skip to content

Commit

Permalink
chore: adding chain ids for Base and Cronos mainnet (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola authored Oct 17, 2023
1 parent a6ed648 commit 654f8ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/Helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,10 @@ export const renderNetworkIcon = (chainId: number, classes: Record<"networkIcon"
case 5232:
return <img src={`/assets/icons/khala.svg`} alt="substrate" className={classes.substrateNetworkIcon} />
case 84531:
case 8453:
return <img src={`/assets/icons/base.svg`} alt="base" className={classes.networkIcon} />
case 338:
case 25:
return <img src={`/assets/icons/cronos.svg`} alt="cronos" className={classes.networkIcon} />
default:
return <img src={`/assets/icons/all.svg`} alt="ethereum" className={classes.networkIcon} />
Expand Down

0 comments on commit 654f8ff

Please sign in to comment.