Skip to content

Commit

Permalink
[Feature] Include Celo liquidity pools (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Nov 16, 2023
1 parent f872c75 commit 3622cc3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xlabs/portal-bridge-ui",
"version": "0.1.88",
"version": "0.1.89",
"private": true,
"dependencies": {
"@certusone/wormhole-sdk": "^0.10.4",
Expand Down
10 changes: 9 additions & 1 deletion src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,15 @@ export const CELO_MIGRATION_ASSET_MAP = new Map<string, string>(
? [
[
getAddress("0x122013fd7dF1C6F636a5bb8f03108E876548b455"), // WETH,
getAddress("0xCC76FfF95d772C798eaDc6c7E6fA7E0e8b561F64"),
getAddress("0x5251afeA1Bd9898D4c11d673f6f3cd516F8987eE"),
],
[
getAddress("0x90Ca507a5D4458a4C6C6249d186b6dCb02a5BCCd"), // DAI
getAddress("0x6dd24146Ea4103e65c7e899Aa9eD35F6a8283Cd1"),
],
[
getAddress("0xef4229c8c3250C675F21BCefa42f58EfbfF6002a"), // USDC
getAddress("0xdd77ADC831120DeB159781B61fd95D82978BCEC3"),
],
]
: []
Expand Down

0 comments on commit 3622cc3

Please sign in to comment.