Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Add Celo to currencies (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelnguyen authored Nov 25, 2021
1 parent 40b7e50 commit e64dd74
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,35 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
},
],
},
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/",
Expand Down

0 comments on commit e64dd74

Please sign in to comment.