Merge pull request #322 from poanetwork/vb-update-explorer-links

Update explorers links
This commit is contained in:
Victor Baranov 2020-03-09 23:59:43 +03:00 committed by GitHub
commit 86c4eb102a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -2,6 +2,7 @@
## Current Master
- [#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

9
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"
}
@ -50683,7 +50683,8 @@
},
"tree-kill": {
"version": "1.2.1",
"resolved": "",
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.1.tgz",
"integrity": "sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==",
"dev": true
},
"trezor-connect": {

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