Skip to content

Commit

Permalink
feat: add $cCOP on mainnet (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras authored Oct 31, 2024
1 parent 8ac0825 commit f48d287
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/config/exchanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,14 @@ export const CeloExchanges: Exchange[] = [
'0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B',
],
},
{
providerAddr: '0x22d9db95E6Ae61c104A7B6F6C78D7993B94ec901',
id: '0x1c9378bd0973ff313a599d3effc654ba759f8ccca655ab6d6ce5bd39a212943b',
assets: [
'0x765DE816845861e75A25fCA122bb6898B8B1282a',
'0x8A567e2aE79CA692Bd748aB832081C45de4041eA',
],
},
]

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 @@ -178,7 +178,7 @@ export const TokenAddresses: Record<ChainId, Record<TokenId, Address>> = Object.
[TokenId.eXOF]: '0x73F93dcc49cB8A239e2032663e9475dd5ef29A08',
[TokenId.cKES]: '0x456a3D042C0DbD3db53D5489e98dFb038553B0d0',
[TokenId.PUSO]: '0x105d4A9306D2E55a71d2Eb95B81553AE1dC20d7B',
[TokenId.cCOP]: '',
[TokenId.cCOP]: '0x8A567e2aE79CA692Bd748aB832081C45de4041eA',
},
})

Expand Down

0 comments on commit f48d287

Please sign in to comment.