Skip to content

Commit

Permalink
chore: add sdai, usdc.e, EURE to the list of stables (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom authored Sep 19, 2024
1 parent ac04fba commit 7165aea
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/features/swap/helpers/data/stablecoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,4 +506,34 @@ export const stableCoinAddresses: {
symbol: 'USDT',
chains: ['sepolia'],
},
'0xaf204776c7245bf4147c2612bf6e5972ee483701': {
name: 'Savings xDai',
symbol: 'SDAI',
chains: ['gnosis'],
},
'0x83f20f44975d03b1b09e64809b757c47f942beea': {
name: 'Savings xDai',
symbol: 'SDAI',
chains: ['ethereum'],
},
'0x4c612e3b15b96ff9a6faed838f8d07d479a8dd4c': {
name: 'Aave v3 sDai',
symbol: 'ASDAI',
chains: ['ethereum'],
},
'0x7a5c3860a77a8dc1b225bd46d0fb2ac1c6d191bc': {
name: 'Aave v3 sDai',
symbol: 'ASDAI',
chains: ['gnosis'],
},
'0x2a22f9c3b484c3629090feed35f17ff8f88f76f0': {
name: 'Gnosis xDAI Bridged USDC',
symbol: 'USDC.e',
chains: ['gnosis'],
},
'0xcb444e90d8198415266c6a2724b7900fb12fc56e': {
name: 'Monerium EUR emoney',
symbol: 'EURE',
chains: ['gnosis'],
},
}

0 comments on commit 7165aea

Please sign in to comment.