Skip to content

Commit

Permalink
Fix: Include main icon for Base (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes authored Jun 17, 2024
1 parent 9e2a8d3 commit a6c7c57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/web/src/components/networks/cartesiScanNetworks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ const getIconByChainId = cond([
(id: number) => includes(id, [optimism.id, optimismSepolia.id]),
() => OptimismCircleColorful,
],
[
(id: number) => includes(id, [base.id, baseSepolia.id]),
() => BaseCircleColorful,
],
[T, () => HardhatColorful],
]);

Expand Down

0 comments on commit a6c7c57

Please sign in to comment.