Skip to content

Commit f66f3af

Browse files
chore: add more stables
1 parent 2976430 commit f66f3af

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

app/components/UI/Bridge/constants/tokens.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,31 @@ export const BridgeTokenMetadata: Record<CaipAssetType, BridgeToken> = {
2020
'https://static.cx.metamask.io/api/v2/tokenIcons/assets/eip155/1/erc20/0xdac17f958d2ee523a2206206994597c13d831ec7.png',
2121
chainId: '0x1',
2222
},
23+
'eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913': {
24+
symbol: 'USDC',
25+
name: 'USD Coin',
26+
address: '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
27+
decimals: 6,
28+
image:
29+
'https://static.cx.metamask.io/api/v2/tokenIcons/assets/eip155/8453/erc20/0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png',
30+
chainId: '0x2105',
31+
},
32+
'eip155:42161/erc20:0xaf88d065e77c8cc2239327c5edb3a432268e5831': {
33+
symbol: 'USDC',
34+
name: 'USD Coin (Native)',
35+
address: '0xaf88d065e77c8cc2239327c5edb3a432268e5831',
36+
decimals: 6,
37+
image:
38+
'https://static.cx.metamask.io/api/v2/tokenIcons/assets/eip155/42161/erc20/0xaf88d065e77c8cc2239327c5edb3a432268e5831.png',
39+
chainId: '0xa4b1',
40+
},
41+
'eip155:137/erc20:0x3c499c542cef5e3811e1192ce70d8cc03d5c3359': {
42+
symbol: 'USDC',
43+
name: 'USD Coin',
44+
address: '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359',
45+
decimals: 6,
46+
image:
47+
'https://static.cx.metamask.io/api/v2/tokenIcons/assets/eip155/137/erc20/0x3c499c542cef5e3811e1192ce70d8cc03d5c3359.png',
48+
chainId: '0x89',
49+
},
2350
};

0 commit comments

Comments
 (0)