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 @@ -11,13 +11,13 @@ export const BridgeTokenMetadata: Record<CaipAssetType, BridgeToken> = {
1111 'https://static.cx.metamask.io/api/v2/tokenIcons/assets/eip155/1/erc20/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png' ,
1212 chainId : '0x1' ,
1313 } ,
14- 'eip155:1/erc20:0xaca92e438df0b2401ff60da7e4337b687a2435da ' : {
15- symbol : 'MUSD ' ,
16- name : 'MetaMask USD' ,
17- address : '0xaca92e438df0b2401ff60da7e4337b687a2435da ' ,
14+ 'eip155:1/erc20:0xdac17f958d2ee523a2206206994597c13d831ec7 ' : {
15+ symbol : 'USDT ' ,
16+ name : 'Tether USD' ,
17+ address : '0xdac17f958d2ee523a2206206994597c13d831ec7 ' ,
1818 decimals : 6 ,
1919 image :
20- 'https://static.cx.metamask.io/api/v2/tokenIcons/assets/eip155/1/erc20/0xaca92e438df0b2401ff60da7e4337b687a2435da .png' ,
20+ 'https://static.cx.metamask.io/api/v2/tokenIcons/assets/eip155/1/erc20/0xdac17f958d2ee523a2206206994597c13d831ec7 .png' ,
2121 chainId : '0x1' ,
2222 } ,
2323} ;
You can’t perform that action at this time.
0 commit comments