From e64dd740b8c032a1557c8b52d153ec9ca2b7d985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Nguyen?= Date: Thu, 25 Nov 2021 14:09:15 +0100 Subject: [PATCH] Add Celo to currencies (#723) --- packages/cryptoassets/src/currencies.ts | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages/cryptoassets/src/currencies.ts b/packages/cryptoassets/src/currencies.ts index e1c3a12cf..c06f3a2d8 100644 --- a/packages/cryptoassets/src/currencies.ts +++ b/packages/cryptoassets/src/currencies.ts @@ -525,6 +525,35 @@ const cryptocurrenciesById: Record = { }, ], }, + celo: { + type: "CryptoCurrency", + id: "celo", + coinType: 52752, + name: "Celo", + managerAppName: "Celo", + blockAvgTime: 5, + ticker: "CELO", + scheme: "celo", + color: "#35D07F", + family: "celo", + units: [ + { + name: "CELO", + code: "CELO", + magnitude: 18, + }, + ], + explorerViews: [ + { + tx: "http://hubble.figment.io/celo/chains/celo/transactions/$hash", + address: "https://hubble.figment.io/celo/chains/celo/accounts/$address", + }, + { + tx: "https://explorer.celo.org/tx/$hash", + address: "https://explorer.celo.org/address/$address", + }, + ], + }, clubcoin: { terminated: { link: "https://support.ledger.com/",