From b502f90bbd0a8991348e16cddf7490d87356fe18 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Fri, 29 Mar 2019 12:22:24 +0300 Subject: [PATCH] Update Classic RPC endpoint --- 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 4e26c8bc2..4f6e6109b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 53cb250f5..37fe04054 100644 --- a/package.json +++ b/package.json @@ -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",