Merge pull request #306 from poanetwork/goerli-change-rpc

Replace Goerli RPC endpoint
This commit is contained in:
Victor Baranov 2019-07-03 13:57:04 +02:00 committed by GitHub
commit dacbd86991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9259,9 +9259,9 @@
}
},
"eth-net-props": {
"version": "1.0.23",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.23.tgz",
"integrity": "sha512-hKed33ejnow+zleH8IVDWGwFrNnld5lKJ9D6trM9H7NtFen8j9n4q1ihK7pod0/0nxfQe0axnqrzb5gvbmvT+A==",
"version": "1.0.24",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.24.tgz",
"integrity": "sha512-wxwO2QftU7slA3Dlez0k700ODlVJ2uJ9YNWPkGHDIc1t9R7dM/3uGaxcTBvK40a6Tu7Fagp5ydyX7PJFgLuVGA==",
"requires": {
"chai": "^4.1.2"
}

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