File tree Expand file tree Collapse file tree
app/components/UI/Bridge/constants Expand file tree Collapse file tree Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments