Skip to content

Commit

Permalink
feat: add native USDC pools to Alfajores (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras authored Mar 18, 2024
1 parent 81b142c commit b338507
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 @@ -80,6 +80,30 @@ export const AlfajoresExchanges: Exchange[] = [
'0x6e673502c5b55F3169657C004e5797fFE5be6653',
],
},
{
providerAddr: '0x9B64E8EaBD1a035b148cE970d3319c5C3Ad53EC3',
id: '0xacc988382b66ee5456086643dcfd9a5ca43dd8f428f6ef22503d8b8013bcffd7',
assets: [
'0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1',
'0x2F25deB3848C207fc8E0c34035B3Ba7fC157602B',
],
},
{
providerAddr: '0x9B64E8EaBD1a035b148cE970d3319c5C3Ad53EC3',
id: '0x99be8b8341ba00914600cda701568ab27eea9aca7a32fa48c26e07b86841020c',
assets: [
'0x10c892A6EC43a53E45D0B916B4b7D383B1b78C0F',
'0x2F25deB3848C207fc8E0c34035B3Ba7fC157602B',
],
},
{
providerAddr: '0x9B64E8EaBD1a035b148cE970d3319c5C3Ad53EC3',
id: '0xe8693b17c0f002f6a2fe839525557cef10dfeacef9e16c9bbdcb01c57933ce58',
assets: [
'0xE4D517785D091D3c54818832dB6094bcc2744545',
'0x2F25deB3848C207fc8E0c34035B3Ba7fC157602B',
],
},
]
export const BaklavaExchanges: 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 @@ -105,7 +105,7 @@ export const TokenAddresses: Record<ChainId, Record<TokenId, Address>> = Object.
[TokenId.cUSD]: '0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1',
[TokenId.cEUR]: '0x10c892A6EC43a53E45D0B916B4b7D383B1b78C0F',
[TokenId.cREAL]: '0xE4D517785D091D3c54818832dB6094bcc2744545',
[TokenId.USDC]: '',
[TokenId.USDC]: '0x2F25deB3848C207fc8E0c34035B3Ba7fC157602B',
[TokenId.axlUSDC]: '0x87D61dA3d668797786D73BC674F053f87111570d',
[TokenId.axlEUROC]: '0x6e673502c5b55F3169657C004e5797fFE5be6653',
[TokenId.eXOF]: '0xB0FA15e002516d0301884059c0aaC0F0C72b019D',
Expand Down

0 comments on commit b338507

Please sign in to comment.