Skip to content

Commit

Permalink
Add native USDC on Polygon and add new admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Walodja1987 committed Jun 4, 2024
1 parent f57b17e commit 9d12c7b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/diva-app/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,14 @@ export const config: { [key: number]: SingleConfig } = {
},
{
id: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
name: 'USDC',
symbol: 'USDC',
name: 'USDC.e (bridged)',
symbol: 'USDC.e (bridged)',
decimals: 6,
},
{
id: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
name: 'USDC (native)',
symbol: 'USDC (native)',
decimals: 6,
},
{
Expand Down Expand Up @@ -221,6 +227,7 @@ export const config: { [key: number]: SingleConfig } = {
'0x1062CCC9F9a4bBcf565799683b6c00eA525ECb9F',
'0xd288B4A23ECc79Eb4bb4661147f3AB3294919F54',
'0x9AdEFeb576dcF52F5220709c1B267d89d5208D78',
'0x9253698409C7f8BB24dddb9653c74b8Fe149eDbd',
],
dataProviders: [
{
Expand Down

0 comments on commit 9d12c7b

Please sign in to comment.