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 15, 2023
1 parent 5abaeeb commit 24ae3f8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/crypto-wallet-core/src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export let ETH_TOKEN_OPTS = {

export let MATIC_TOKEN_OPTS = {
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174': {
name: 'USD Coin (PoS)',
name: 'USD Coin',
symbol: 'USDC',
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: 'USD Coin',
symbol: 'USDC',
decimals: 6,
address: '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359',
}
};

0 comments on commit 24ae3f8

Please sign in to comment.