Skip to content

Commit

Permalink
Feat(swaps): add usds stable coin (#4205)
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom authored Sep 20, 2024
1 parent cfc6ba2 commit b601216
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/features/swap/helpers/data/stablecoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,4 +536,9 @@ export const stableCoinAddresses: {
symbol: 'EURE',
chains: ['gnosis'],
},
'0xdc035d45d973e3ec169d2276ddab16f1e407384f': {
name: 'Sky dollar',
symbol: 'USDS',
chains: ['ethereum'],
},
}

0 comments on commit b601216

Please sign in to comment.