From aa5283e2686c355488d2f1171062054c43a575c0 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Tue, 10 Mar 2020 20:04:11 +0300 Subject: [PATCH] HTTP2 RPC endpoints for POA and xDai --- CHANGELOG.md | 1 + package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca82f3ba1..13a1003c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Current Master +- [#326](https://github.com/poanetwork/nifty-wallet/pull/326) - (Chore) HTTP2 RPC endpoints for POA and xDai - [#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 diff --git a/package-lock.json b/package-lock.json index ad537f931..ba79674e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14913,9 +14913,9 @@ } }, "eth-net-props": { - "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==", + "version": "1.0.29", + "resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.29.tgz", + "integrity": "sha512-tCJgAnf8QM1hxeVWPf/h5xe+mfQ01+jLM140mYHxRHWahO6VLRpTdD7Bb//cOfWbcMQMQNMBDR85vulQoCH7Kg==", "requires": { "chai": "^4.2.0" } diff --git a/package.json b/package.json index 7ee0cc91a..f07174c1d 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.27", + "eth-net-props": "^1.0.29", "eth-phishing-detect": "^1.1.4", "eth-query": "^2.1.2", "eth-sig-util": "^2.2.0",