Skip to content

Commit 674c681

Browse files
committed
FRE-2050: Fix duplicate CELO on chain 42220
- Add CELO ERC20 contract (0x471EcE3750Da237f93B8E339c536989b8978a438) - Use recommended_symbol "WCELO" to differentiate from native CELO - This prevents duplicate CELO entries in the API response
1 parent d013355 commit 674c681

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chains/42220/assetlist.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
"symbol": "FRAX",
3434
"coingecko_id": "frax-share",
3535
"recommended_symbol": "FRAX"
36+
},
37+
{
38+
"asset_type": "erc20",
39+
"erc20_contract_address": "0x471EcE3750Da237f93B8E339c536989b8978a438",
40+
"logo_uri": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/celo/info/logo.png",
41+
"coingecko_id": "celo",
42+
"recommended_symbol": "WCELO"
3643
}
3744
]
3845
}

0 commit comments

Comments
 (0)