Skip to content

Commit

Permalink
add native usdc fix text on bridged USDC
Browse files Browse the repository at this point in the history
  • Loading branch information
divine-comedian committed Nov 10, 2024
1 parent a52b987 commit 83979a3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/config/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,27 @@ const config: EnvConfig = {
underlyingToken: {
decimals: 6,
id: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
name: 'Bridged USD Coin',
symbol: 'USDC.e',
coingeckoId: 'usd-coin',
},
decimals: 18,
id: '0x8430f084b939208e2eded1584889c9a66b90562f',
name: 'Super Bridged USD Coin',
symbol: 'USDC.ex',
isSuperToken: true,
coingeckoId: 'usd-coin',
},
{
underlyingToken: {
decimals: 6,
id: '0x0b2c639c533813f4aa9d7837caf62653d097ff85',
name: 'USD Coin',
symbol: 'USDC',
coingeckoId: 'usd-coin',
},
decimals: 18,
id: '0x8430f084b939208e2eded1584889c9a66b90562f',
id: '0x35Adeb0638EB192755B6E52544650603Fe65A006',
name: 'Super USD Coin',
symbol: 'USDCx',
isSuperToken: true,
Expand Down

0 comments on commit 83979a3

Please sign in to comment.