Skip to content

Commit

Permalink
feat: add popular stable coins on fuse and arbitrum nova
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Dec 24, 2022
1 parent 00d8565 commit c0ce196
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/common/src/constants/erc20s.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const DOLLAR_STABLECOIN_SYMBOLS = [
'USDT',
'BUSD',
'USDP',
'GoodDollar',
];

export const POPULAR_ERC20_TOKENS = {
Expand Down Expand Up @@ -145,4 +146,30 @@ export const POPULAR_ERC20_TOKENS = {
coingeckoId: 'ethereum',
},
],
// Arbitrum Nova
42170: [
{
symbol: 'USDC',
contractAddress:
'0x750ba8b76187092B0D1E87E28daaf484d1b5273b'.toLowerCase(),
},
{
symbol: 'DAI',
contractAddress:
'0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1'.toLowerCase(),
},
],
// Fuse
122: [
{
symbol: 'GoodDollar',
contractAddress:
'0x495d133B938596C9984d462F007B676bDc57eCEC'.toLowerCase(),
},
{
symbol: 'USDC',
contractAddress:
'0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5'.toLowerCase(),
},
],
};

0 comments on commit c0ce196

Please sign in to comment.