Merge branch 'develop' into vb-update-mainnet-contracts-metadata

This commit is contained in:
Victor Baranov 2020-03-10 00:00:20 +03:00 committed by GitHub
commit fd8a2e155a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
## Current Master
- [#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
## 4.11.10 Tue Feb 04 2020

6
package-lock.json generated
View File

@ -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"
}

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",