Skip to content

Commit

Permalink
feat: add usds for switch (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Oct 3, 2024
1 parent bb0a310 commit 04bdc03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ui-config/TokenList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12708,6 +12708,14 @@ export const TOKEN_LIST: TokenList = {
logoURI:
'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
},
{
name: 'USDS Stablecoin',
address: '0xdc035d45d973e3ec169d2276ddab16f1e407384f',
symbol: 'USDS',
decimals: 18,
chainId: 1,
logoURI: 'https://assets.coingecko.com/coins/images/39926/standard/usds.webp?1726666683',
},
],
};

Expand Down

6 comments on commit 04bdc03

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.