From 12d8fd6dac63f67254b8e41cce1fc0484c41ed75 Mon Sep 17 00:00:00 2001 From: amitchuapf <145712295+amitchuapf@users.noreply.github.com> Date: Fri, 24 May 2024 09:35:45 -0700 Subject: [PATCH] Adding Celo Kenyan Shilling (#58) * Update celo.tokenlist.json * Update celo.tokenlist.json Adding native USDC * Adding Celo Kenyan Shilling * Apply suggestions from code review --------- Co-authored-by: Nicolas Brugneaux --- celo.tokenlist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/celo.tokenlist.json b/celo.tokenlist.json index 7526864..47ce2ef 100644 --- a/celo.tokenlist.json +++ b/celo.tokenlist.json @@ -664,6 +664,22 @@ "decimals": 6, "chainId": 42220, "logoURI": "https://raw.githubusercontent.com/compound-finance/token-list/master/assets/asset_USDC.svg" + }, + { + "name": "USD Coin", + "address": "0xcebA9300f2b948710d2653dD7B07f33A8B32118C", + "symbol": "USDC", + "decimals": 6, + "chainId": 42220, + "logoURI": "https://raw.githubusercontent.com/compound-finance/token-list/master/assets/asset_USDC.svg" + }, + { + "name": "Celo Kenyan Shilling", + "address": "0x456a3D042C0DbD3db53D5489e98dFb038553B0d0", + "symbol": "cKES", + "decimals": 18, + "chainId": 42220, + "logoURI": "https://github.com/mento-protocol/mento-web/blob/main/src/images/tokens/cKES.svg" } ] }