diff --git a/CHANGELOG.md b/CHANGELOG.md index d27f7bf24..1cdb9a2fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 01dc76806..a20e2c993 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" } diff --git a/package.json b/package.json index 628245ecf..f0c668f0f 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",