Skip to content

Commit

Permalink
[FEAT] add native usdc
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbazan7 committed Nov 16, 2023
1 parent 5abaeeb commit 0d08265
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/crypto-wallet-core/src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export let ETH_TOKEN_OPTS = {

export let MATIC_TOKEN_OPTS = {
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174': {
name: 'USD Coin (PoS)',
symbol: 'USDC',
name: 'USDC.e',
symbol: 'USDC.e',
decimals: 6,
address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174'
},
Expand Down Expand Up @@ -118,8 +118,14 @@ export let MATIC_TOKEN_OPTS = {
},
'0x7ceb23fd6bc0add59e62ac25578270cff1b9f619': {
name: 'Wrapped Ether',
symbol: 'weth',
symbol: 'WETH',
decimals: 18,
address: '0x7ceb23fd6bc0add59e62ac25578270cff1b9f619',
},
'0x3c499c542cef5e3811e1192ce70d8cc03d5c3359': {
name: 'USDC',
symbol: 'USDC',
decimals: 6,
address: '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359',
}
};

0 comments on commit 0d08265

Please sign in to comment.