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

Commit

Permalink
Merge branch 'master' into hotfix/dollar-symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura authored Oct 19, 2020
2 parents aeb2a62 + f4a5c05 commit 45db7c9
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.27.0",
"version": "5.27.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/cryptoassets/data/erc20-signatures.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions packages/cryptoassets/data/erc20.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions packages/cryptoassets/data/exchange/erc20.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cryptoassets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/cryptoassets",
"version": "5.27.0",
"version": "5.27.1",
"description": "Ledger crypto-assets list",
"keywords": [
"Ledger"
Expand Down
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
4 changes: 2 additions & 2 deletions packages/hw-app-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-eth",
"version": "5.27.0",
"version": "5.27.1",
"description": "Ledger Hardware Wallet Ethereum Application API",
"keywords": [
"Ledger",
Expand All @@ -26,7 +26,7 @@
"module": "lib-es/Eth.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/cryptoassets": "^5.27.0",
"@ledgerhq/cryptoassets": "^5.27.1",
"@ledgerhq/errors": "^5.26.0",
"@ledgerhq/hw-transport": "^5.26.0",
"bignumber.js": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-subprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/web3-subprovider",
"version": "5.27.0",
"version": "5.27.1",
"description": "Ledger Hardware Wallet Ethereum Web3 subprovider",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -29,7 +29,7 @@
"module": "lib-es/index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-eth": "^5.27.0",
"@ledgerhq/hw-app-eth": "^5.27.1",
"@ledgerhq/hw-transport": "^5.26.0",
"@ledgerhq/hw-transport-u2f": "^5.26.0",
"ethereumjs-tx": "^2.1.2",
Expand Down

0 comments on commit 45db7c9

Please sign in to comment.