Merge branch 'vb-fix-path-for-hd-walet' of github.com:poanetwork/nifty-wallet into vb-fix-path-for-hd-walet

This commit is contained in:
Victor Baranov 2020-03-10 09:44:52 +03:00
commit e30217c014
3 changed files with 10 additions and 7 deletions

View File

@ -2,8 +2,11 @@
## Current Master
- [#317](https://github.com/poanetwork/nifty-wallet/pull/317) - Fix path to derive accounts in HD wallets for RSK, ETC
- [#324](https://github.com/poanetwork/nifty-wallet/pull/324) - (Chore) Whitelist Geon token
- [#323](https://github.com/poanetwork/nifty-wallet/pull/323) - (Chore) update Mainnet tokens metadata
- [#322](https://github.com/poanetwork/nifty-wallet/pull/322) - (Fix) Update explorers links
- [#318](https://github.com/poanetwork/nifty-wallet/pull/318) - (Fix) pasting of ABI for contract type account
- [#317](https://github.com/poanetwork/nifty-wallet/pull/317) - (Fix) path to derive accounts in HD wallets for RSK, ETC
## 4.11.10 Tue Feb 04 2020

10
package-lock.json generated
View File

@ -14149,7 +14149,7 @@
}
},
"eth-contract-metadata": {
"version": "github:MetaMask/eth-contract-metadata#588b2c56edbbf68303069ae4fda4ae905fa20918",
"version": "github:MetaMask/eth-contract-metadata#eddea0bc2838d816070c247717e1ced87e026ca2",
"from": "github:MetaMask/eth-contract-metadata#master"
},
"eth-ens-namehash": {
@ -14905,9 +14905,9 @@
}
},
"eth-net-props": {
"version": "1.0.26",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.26.tgz",
"integrity": "sha512-6p4bbVkcGEBKl167nU0kHWwCOJjAr21qu35i1xSrazPZtd+GfvuySAKEB0A9SJm0fkhffFlQX6rSGscqBnh9DA==",
"version": "1.0.27",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.27.tgz",
"integrity": "sha512-YK4BzJVtDCEFc3FLIgN/3dx1UIcZW+nbjZJ5Oc/a0/UZTKGXCK6VgMYq3s3EzDzKyIEQ/nm8YaibxYdhFKu1cA==",
"requires": {
"chai": "^4.2.0"
}
@ -42202,7 +42202,7 @@
}
},
"poa-contract-metadata": {
"version": "github:poanetwork/poa-contract-metadata#b03cc0ca464a69dabd47bc91128c260852d14b33",
"version": "github:poanetwork/poa-contract-metadata#cdb2319e2519cc50ae051950eec0eb0d5c251397",
"from": "github:poanetwork/poa-contract-metadata#master"
},
"pocket-js-core": {

View File

@ -117,7 +117,7 @@
"eth-keychain-controller": "github:vbaranov/KeyringController#simple-address",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-clear-accounts-flag",
"eth-method-registry": "^1.0.0",
"eth-net-props": "^1.0.26",
"eth-net-props": "^1.0.27",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.2.0",