From d7c648db98d8a4d5a5b03bd0187bd912c17f01f2 Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Mon, 11 Jan 2021 08:27:51 -0800 Subject: [PATCH] eth-method-registry@2.0.0 (#10169) --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 312789a00..06a35d8c1 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "eth-json-rpc-infura": "^5.1.0", "eth-json-rpc-middleware": "^6.0.0", "eth-keyring-controller": "^6.1.0", - "eth-method-registry": "^1.2.0", + "eth-method-registry": "^2.0.0", "eth-phishing-detect": "^1.1.14", "eth-query": "^2.1.2", "eth-sig-util": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 56428f975..b35709920 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9858,12 +9858,12 @@ eth-method-registry@1.1.0: dependencies: ethjs "^0.3.0" -eth-method-registry@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/eth-method-registry/-/eth-method-registry-1.2.0.tgz#2160592d7938ef0b850c9267bc40b3470c2700c9" - integrity sha512-m+nphH4kOxz5KTvQ+BeIKVggxAul1sp4Ev09lfxRXIEHM1t/6NQEtaErL5ddTDFXXFVtTiW8uC9edTVUTnBZNg== +eth-method-registry@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/eth-method-registry/-/eth-method-registry-2.0.0.tgz#96b643891d1c72853e709e3d74d89103a48a4460" + integrity sha512-uzwguuAdnd83SjogNo0xMd7pSuyK1dlyAeVGB++OaY7xaprT+31jXkBGYSIkmTz7sGIVf6A1Qy9Ir+/hXs4jWg== dependencies: - ethjs "^0.3.0" + ethjs "^0.4.0" eth-phishing-detect@^1.1.13, eth-phishing-detect@^1.1.14: version "1.1.14"