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

Commit

Permalink
Add Nervos to currencies.ts (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloUnicorn authored Mar 22, 2022
1 parent bfa5a2d commit 72ada08
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1742,6 +1742,30 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
},
],
},
nervos: {
type: "CryptoCurrency",
id: "nervos",
coinType: 309,
name: "Nervos",
managerAppName: "Nervos",
ticker: "CKB",
scheme: "nervos",
color: "#3EC58A",
family: "nervos",
units: [
{
name: "CKB",
code: "CKB",
magnitude: 8,
},
],
explorerViews: [
{
tx: "https://explorer.nervos.org/transaction/$hash",
address: "https://explorer.nervos.org/address/$address",
},
],
},
nimiq: {
type: "CryptoCurrency",
id: "nimiq",
Expand Down

0 comments on commit 72ada08

Please sign in to comment.