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

Commit

Permalink
Merge pull request #533 from Ledger-Coin-Integration-team/polkadot
Browse files Browse the repository at this point in the history
add polkadot currencies
  • Loading branch information
gre authored Oct 16, 2020
2 parents 8604ee5 + ce78d99 commit b052432
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/cryptoassets/src/currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,34 @@ const cryptocurrenciesById: { [name: string]: CryptoCurrency } = {
},
],
},
polkadot: {
type: "CryptoCurrency",
id: "polkadot",
coinType: 354,
name: "Polkadot",
managerAppName: "polkadot",
ticker: "DOT",
scheme: "polkadot",
color: "#E6007A",
family: "polkadot",
units: [
{
name: "DOT",
code: "DOT",
magnitude: 10,
},
{
name: "planck",
code: "PLANCK",
magnitude: 1,
},
],
explorerViews: [
{
tx: "https://polkadot.subscan.io/extrinsic/$hash", // TODO
},
],
},
poswallet: {
type: "CryptoCurrency",
id: "poswallet",
Expand Down

0 comments on commit b052432

Please sign in to comment.