From 986c4c440375e657747d553d9296c98320967e6a Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Mon, 9 Mar 2020 23:21:59 +0300 Subject: [PATCH 1/2] Update explorer links --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65dc38e95eb3..1b2d0ebfeab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 628245ecfc7d..f0c668f0f6be 100644 --- a/package.json +++ b/package.json @@ -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", From 045851dfcf90c8edf0ff94e238f0dc807076b3af Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Mon, 9 Mar 2020 23:38:02 +0300 Subject: [PATCH 2/2] Add CHANGELOG entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d6be530a68..53d43300c1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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