Skip to content

Commit

Permalink
feat: add mainnet native USDC pools (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Mar 18, 2024
1 parent b338507 commit f19eba5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/config/exchanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,30 @@ export const CeloExchanges: Exchange[] = [
'0x061cc5a2C863E0C1Cb404006D559dB18A34C762d',
],
},
{
providerAddr: '0x22d9db95E6Ae61c104A7B6F6C78D7993B94ec901',
id: '0xacc988382b66ee5456086643dcfd9a5ca43dd8f428f6ef22503d8b8013bcffd7',
assets: [
'0x765DE816845861e75A25fCA122bb6898B8B1282a',
'0xcebA9300f2b948710d2653dD7B07f33A8B32118C',
],
},
{
providerAddr: '0x22d9db95E6Ae61c104A7B6F6C78D7993B94ec901',
id: '0x99be8b8341ba00914600cda701568ab27eea9aca7a32fa48c26e07b86841020c',
assets: [
'0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73',
'0xcebA9300f2b948710d2653dD7B07f33A8B32118C',
],
},
{
providerAddr: '0x22d9db95E6Ae61c104A7B6F6C78D7993B94ec901',
id: '0xe8693b17c0f002f6a2fe839525557cef10dfeacef9e16c9bbdcb01c57933ce58',
assets: [
'0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787',
'0xcebA9300f2b948710d2653dD7B07f33A8B32118C',
],
},
]

export const MentoExchanges: Record<ChainId, Array<Exchange>> = {
Expand Down
2 changes: 1 addition & 1 deletion src/config/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const TokenAddresses: Record<ChainId, Record<TokenId, Address>> = Object.
[TokenId.cUSD]: '0x765DE816845861e75A25fCA122bb6898B8B1282a',
[TokenId.cEUR]: '0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73',
[TokenId.cREAL]: '0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787',
[TokenId.USDC]: '',
[TokenId.USDC]: '0xcebA9300f2b948710d2653dD7B07f33A8B32118C',
[TokenId.axlUSDC]: '0xEB466342C4d449BC9f53A865D5Cb90586f405215',
[TokenId.axlEUROC]: '0x061cc5a2C863E0C1Cb404006D559dB18A34C762d',
[TokenId.eXOF]: '0x73F93dcc49cB8A239e2032663e9475dd5ef29A08',
Expand Down

0 comments on commit f19eba5

Please sign in to comment.