Skip to content

Commit 9b4d092

Browse files
committed
Add USDC.e
1 parent 266f971 commit 9b4d092

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/react-native/src/evm/components/SendFunds/defaultTokens.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ export const defaultTokens: SupportedTokens = {
134134
symbol: "WETH",
135135
icon: wrappedEthIcon,
136136
},
137+
{
138+
address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
139+
name: "USD Coin (Bridged)",
140+
symbol: "USDC.e",
141+
icon: usdcIcon,
142+
},
137143
{
138144
address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
139145
name: "USD Coin",

packages/react/src/wallet/ConnectWallet/defaultTokens.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ export const defaultTokens: SupportedTokens = {
152152
symbol: "WETH",
153153
icon: wrappedEthIcon,
154154
},
155+
{
156+
address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
157+
name: "USD Coin (Bridged)",
158+
symbol: "USDC.e",
159+
icon: usdcIcon,
160+
},
155161
{
156162
address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
157163
name: "USD Coin",

0 commit comments

Comments
 (0)