From f06c0a03c5a550d7a88e1d275bf3f080597a6818 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Tue, 2 Jul 2019 19:08:43 +0300 Subject: [PATCH] Replace Goerli RPC --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbed0b0c4..3228e74ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 61ba175c0..09317ee62 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.23", + "eth-net-props": "^1.0.24", "eth-phishing-detect": "^1.1.4", "eth-query": "^2.1.2", "eth-sig-util": "^2.2.0",