Skip to content

Commit e658a92

Browse files
committed
fix: add bridged asset usdc
1 parent 0239a4f commit e658a92

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/ui-config/TokenList.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5553,6 +5553,16 @@ export const TOKEN_LIST: TokenList = {
55535553
decimals: 6,
55545554
logoURI: 'https://ethereum-optimism.github.io/data/USDC/logo.png',
55555555
},
5556+
5557+
{
5558+
chainId: 43114,
5559+
address: '0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664',
5560+
name: 'Bridged USDC',
5561+
symbol: 'USDC.e',
5562+
decimals: 6,
5563+
logoURI: 'https://ethereum-optimism.github.io/data/USDC/logo.png',
5564+
},
5565+
55565566
{
55575567
name: 'Tether USD',
55585568
address: '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58',

0 commit comments

Comments
 (0)