Merge pull request #326 from poanetwork/vb-https2-rpc

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

View File

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

6
package-lock.json generated
View File

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

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.27",
"eth-net-props": "^1.0.29",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.2.0",