Skip to content

Commit dcfd951

Browse files
committed
pol
1 parent ad2b216 commit dcfd951

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

packages/frontend/src/components/BridgeUINew.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CHAIN_ICONS: Record<string, string> = {
2222
solana: '/chain_icons/sol.png',
2323
ethereum: '/chain_icons/eth.png',
2424
base: '/chain_icons/base.svg',
25-
polygon: '/chain_icons/matic.png',
25+
polygon: '/chain_icons/pol.png',
2626
arbitrum: '/chain_icons/arb.png',
2727
avalanche: '/chain_icons/avax.png',
2828
bnb: '/chain_icons/bnb.png',

packages/frontend/src/components/EVMFromTokenSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const CHAIN_SECTIONS: ChainSection[] = [
5757
{
5858
label: 'Polygon',
5959
tokens: [
60-
{ symbol: 'POL', name: 'POL', address: '0x0000000000000000000000000000000000001010', chain: 'polygon', iconPath: '/chain_icons/matic.png' },
60+
{ symbol: 'POL', name: 'POL', address: '0x0000000000000000000000000000000000001010', chain: 'polygon', iconPath: '/chain_icons/pol.png' },
6161
{ symbol: 'USDC', name: 'USDC', address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359', chain: 'polygon', iconPath: '/chain_icons/usdc.png' },
6262
],
6363
},

0 commit comments

Comments
 (0)