File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
react-native/src/evm/components/SendFunds
react/src/wallet/ConnectWallet Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,12 @@ export const defaultTokens: SupportedTokens = {
134
134
symbol : "WETH" ,
135
135
icon : wrappedEthIcon ,
136
136
} ,
137
+ {
138
+ address : "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" ,
139
+ name : "USD Coin (Bridged)" ,
140
+ symbol : "USDC.e" ,
141
+ icon : usdcIcon ,
142
+ } ,
137
143
{
138
144
address : "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" ,
139
145
name : "USD Coin" ,
Original file line number Diff line number Diff line change @@ -152,6 +152,12 @@ export const defaultTokens: SupportedTokens = {
152
152
symbol : "WETH" ,
153
153
icon : wrappedEthIcon ,
154
154
} ,
155
+ {
156
+ address : "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" ,
157
+ name : "USD Coin (Bridged)" ,
158
+ symbol : "USDC.e" ,
159
+ icon : usdcIcon ,
160
+ } ,
155
161
{
156
162
address : "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" ,
157
163
name : "USD Coin" ,
You can’t perform that action at this time.
0 commit comments