Skip to content

Commit

Permalink
Adding Celo Kenyan Shilling (#58)
Browse files Browse the repository at this point in the history
* 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 <nicolas.brugneaux@gmail.com>
  • Loading branch information
amitchuapf and nicolasbrugneaux committed May 24, 2024
1 parent 722facc commit 12d8fd6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions celo.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 12d8fd6

Please sign in to comment.