From 8c57545e7d7b85b859804fe3d20ed3eae3e35e1f Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Mon, 19 Oct 2020 15:45:06 +0300 Subject: [PATCH] Fix broken token transfers BS page link --- 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 7e89f715d..92a665926 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11635,9 +11635,9 @@ } }, "eth-net-props": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.35.tgz", - "integrity": "sha512-dvXMYtiaM7EKCVWMGvwNind4iojMum99SZBYIRVfE5zsceP/c4CxCbuS0If7o4tK/IxWAaa9tGt3hUzTsgArJQ==", + "version": "1.0.36", + "resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.36.tgz", + "integrity": "sha512-rkQwFHryP7C8L6c7RSolCSvqCSVSbjSzm8IiuAPDVKO9m+93ls0/RPovpCUaX2y7UBfqMiLmfBJFABQwi3s/eA==", "requires": { "chai": "^4.2.0" } diff --git a/package.json b/package.json index 34a28b796..06f4acb6f 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "eth-keychain-controller": "github:vbaranov/KeyringController#5.3.1", "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.35", + "eth-net-props": "^1.0.36", "eth-phishing-detect": "^1.1.4", "eth-query": "^2.1.2", "eth-sig-util": "^2.5.1",