Update Classic RPC endpoint

This commit is contained in:
Victor Baranov 2019-03-29 12:22:24 +03:00
parent 36096300e4
commit b502f90bbd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10823,9 +10823,9 @@
}
},
"eth-net-props": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.20.tgz",
"integrity": "sha512-9oi1HMQ/3FixfzPxUqr2gB62It9DLoFIqZ7LI0pmHvZJz6PlHIengqA/JjSc9TgIjlOiSeKxnZ8V3eX6u3wBEA==",
"version": "1.0.21",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.21.tgz",
"integrity": "sha512-XDeCkRuCSFv37bQgUPvVizt1kWD3MfF8WuQfwECUC6kVb6hZZ/qzw0rImLpxvrr3yHduwRtgm6ZOIGMMqA6yJg==",
"requires": {
"chai": "^4.1.2"
}

View File

@ -118,7 +118,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.20",
"eth-net-props": "^1.0.21",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.0.2",