Skip to content

Commit

Permalink
feat: add eXOF on alfajores
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Oct 2, 2023
1 parent 1e379f4 commit 5637825
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/config/exchanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,22 @@ export const AlfajoresExchanges: Exchange[] = [
'0x6e673502c5b55F3169657C004e5797fFE5be6653',
],
},
{
providerAddr: '0x9B64E8EaBD1a035b148cE970d3319c5C3Ad53EC3',
id: '0x269dcbdbc07fff1a4aaab9c7c03b3f629cd9bbed49aa0efebab874e4da1ffd07',
assets: [
'0xB0FA15e002516d0301884059c0aaC0F0C72b019D',
'0xF194afDf50B03e69Bd7D057c1Aa9e10c9954E4C9',
],
},
{
providerAddr: '0x9B64E8EaBD1a035b148cE970d3319c5C3Ad53EC3',
id: '0x66c5917862c8dc589e789d43752aa17ad251126276ce88ea20d89865e67bdabe',
assets: [
'0xB0FA15e002516d0301884059c0aaC0F0C72b019D',
'0x6e673502c5b55F3169657C004e5797fFE5be6653',
],
},
]
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 @@ -98,7 +98,7 @@ export const TokenAddresses: Record<ChainId, Record<TokenId, Address>> = Object.
[TokenId.cREAL]: '0xE4D517785D091D3c54818832dB6094bcc2744545',
[TokenId.axlUSDC]: '0x87D61dA3d668797786D73BC674F053f87111570d',
[TokenId.axlEUROC]: '0x6e673502c5b55F3169657C004e5797fFE5be6653',
[TokenId.eXOF]: '',
[TokenId.eXOF]: '0xB0FA15e002516d0301884059c0aaC0F0C72b019D',
},
[ChainId.Baklava]: {
[TokenId.CELO]: '0xdDc9bE57f553fe75752D61606B94CBD7e0264eF8',
Expand Down

0 comments on commit 5637825

Please sign in to comment.