Skip to content

Commit

Permalink
feat: Add matic amoy icon map (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox authored Apr 26, 2024
1 parent 80fa55a commit 39fc684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ChainSelector/ChainSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const ChainNameIconMap = {
[ChainId.ETHEREUM_SEPOLIA]: 'ethereum',
[ChainId.MATIC_MAINNET]: 'polygon',
[ChainId.MATIC_MUMBAI]: 'polygon',
[ChainId.MATIC_AMOY]: 'polygon',
[ChainId.ARBITRUM_MAINNET]: 'arbitrum',
[ChainId.OPTIMISM_MAINNET]: 'optimism',
[ChainId.FANTOM_MAINNET]: 'fantom',
Expand Down

0 comments on commit 39fc684

Please sign in to comment.