Rollback web3 to v1.2.11 to avoid issues with walletconnect (#1599)
This commit is contained in:
parent
da1e39c2ef
commit
3c795462b7
|
@ -228,10 +228,10 @@
|
|||
"reselect": "^4.0.0",
|
||||
"semver": "7.3.2",
|
||||
"styled-components": "^5.2.0",
|
||||
"web3": "^1.3.0",
|
||||
"web3-core": "^1.3.0",
|
||||
"web3-eth-contract": "^1.3.0",
|
||||
"web3-utils": "^1.3.0"
|
||||
"web3": "1.2.11",
|
||||
"web3-core": "^1.2.11",
|
||||
"web3-eth-contract": "^1.2.11",
|
||||
"web3-utils": "^1.2.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sentry/cli": "^1.59.0",
|
||||
|
|
247
yarn.lock
247
yarn.lock
|
@ -19585,6 +19585,16 @@ wbuf@^1.1.0, wbuf@^1.7.3:
|
|||
dependencies:
|
||||
minimalistic-assert "^1.0.0"
|
||||
|
||||
web3-bzz@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.2.11.tgz#41bc19a77444bd5365744596d778b811880f707f"
|
||||
integrity sha512-XGpWUEElGypBjeFyUhTkiPXFbDVD6Nr/S5jznE3t8cWUA0FxRf1n3n/NuIZeb0H9RkN2Ctd/jNma/k8XGa3YKg==
|
||||
dependencies:
|
||||
"@types/node" "^12.12.6"
|
||||
got "9.6.0"
|
||||
swarm-js "^0.1.40"
|
||||
underscore "1.9.1"
|
||||
|
||||
web3-bzz@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.2.9.tgz#25f8a373bc2dd019f47bf80523546f98b93c8790"
|
||||
|
@ -19605,6 +19615,15 @@ web3-bzz@1.3.0:
|
|||
swarm-js "^0.1.40"
|
||||
underscore "1.9.1"
|
||||
|
||||
web3-core-helpers@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.11.tgz#84c681ed0b942c0203f3b324a245a127e8c67a99"
|
||||
integrity sha512-PEPoAoZd5ME7UfbnCZBdzIerpe74GEvlwT4AjOmHeCVZoIFk7EqvOZDejJHt+feJA6kMVTdd0xzRNN295UhC1A==
|
||||
dependencies:
|
||||
underscore "1.9.1"
|
||||
web3-eth-iban "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-core-helpers@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.2.9.tgz#6381077c3e01c127018cb9e9e3d1422697123315"
|
||||
|
@ -19623,6 +19642,18 @@ web3-core-helpers@1.3.0:
|
|||
web3-eth-iban "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-core-method@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.11.tgz#f880137d1507a0124912bf052534f168b8d8fbb6"
|
||||
integrity sha512-ff0q76Cde94HAxLDZ6DbdmKniYCQVtvuaYh+rtOUMB6kssa5FX0q3vPmixi7NPooFnbKmmZCM6NvXg4IreTPIw==
|
||||
dependencies:
|
||||
"@ethersproject/transactions" "^5.0.0-beta.135"
|
||||
underscore "1.9.1"
|
||||
web3-core-helpers "1.2.11"
|
||||
web3-core-promievent "1.2.11"
|
||||
web3-core-subscriptions "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-core-method@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.9.tgz#3fb538751029bea570e4f86731e2fa5e4945e462"
|
||||
|
@ -19647,6 +19678,13 @@ web3-core-method@1.3.0:
|
|||
web3-core-subscriptions "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-core-promievent@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.11.tgz#51fe97ca0ddec2f99bf8c3306a7a8e4b094ea3cf"
|
||||
integrity sha512-il4McoDa/Ox9Agh4kyfQ8Ak/9ABYpnF8poBLL33R/EnxLsJOGQG2nZhkJa3I067hocrPSjEdlPt/0bHXsln4qA==
|
||||
dependencies:
|
||||
eventemitter3 "4.0.4"
|
||||
|
||||
web3-core-promievent@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.9.tgz#bb1c56aa6fac2f4b3c598510f06554d25c11c553"
|
||||
|
@ -19661,6 +19699,17 @@ web3-core-promievent@1.3.0:
|
|||
dependencies:
|
||||
eventemitter3 "4.0.4"
|
||||
|
||||
web3-core-requestmanager@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.11.tgz#fe6eb603fbaee18530293a91f8cf26d8ae28c45a"
|
||||
integrity sha512-oFhBtLfOiIbmfl6T6gYjjj9igOvtyxJ+fjS+byRxiwFJyJ5BQOz4/9/17gWR1Cq74paTlI7vDGxYfuvfE/mKvA==
|
||||
dependencies:
|
||||
underscore "1.9.1"
|
||||
web3-core-helpers "1.2.11"
|
||||
web3-providers-http "1.2.11"
|
||||
web3-providers-ipc "1.2.11"
|
||||
web3-providers-ws "1.2.11"
|
||||
|
||||
web3-core-requestmanager@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.2.9.tgz#dd6d855256c4dd681434fe0867f8cd742fe10503"
|
||||
|
@ -19683,6 +19732,15 @@ web3-core-requestmanager@1.3.0:
|
|||
web3-providers-ipc "1.3.0"
|
||||
web3-providers-ws "1.3.0"
|
||||
|
||||
web3-core-subscriptions@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.11.tgz#beca908fbfcb050c16f45f3f0f4c205e8505accd"
|
||||
integrity sha512-qEF/OVqkCvQ7MPs1JylIZCZkin0aKK9lDxpAtQ1F8niEDGFqn7DT8E/vzbIa0GsOjL2fZjDhWJsaW+BSoAW1gg==
|
||||
dependencies:
|
||||
eventemitter3 "4.0.4"
|
||||
underscore "1.9.1"
|
||||
web3-core-helpers "1.2.11"
|
||||
|
||||
web3-core-subscriptions@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.2.9.tgz#335fd7d15dfce5d78b4b7bef05ce4b3d7237b0e4"
|
||||
|
@ -19701,6 +19759,19 @@ web3-core-subscriptions@1.3.0:
|
|||
underscore "1.9.1"
|
||||
web3-core-helpers "1.3.0"
|
||||
|
||||
web3-core@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.11.tgz#1043cacc1becb80638453cc5b2a14be9050288a7"
|
||||
integrity sha512-CN7MEYOY5ryo5iVleIWRE3a3cZqVaLlIbIzDPsvQRUfzYnvzZQRZBm9Mq+ttDi2STOOzc1MKylspz/o3yq/LjQ==
|
||||
dependencies:
|
||||
"@types/bn.js" "^4.11.5"
|
||||
"@types/node" "^12.12.6"
|
||||
bignumber.js "^9.0.0"
|
||||
web3-core-helpers "1.2.11"
|
||||
web3-core-method "1.2.11"
|
||||
web3-core-requestmanager "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-core@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.9.tgz#2cba57aa259b6409db532d21bdf57db8d504fd3e"
|
||||
|
@ -19714,7 +19785,7 @@ web3-core@1.2.9:
|
|||
web3-core-requestmanager "1.2.9"
|
||||
web3-utils "1.2.9"
|
||||
|
||||
web3-core@1.3.0, web3-core@^1.3.0:
|
||||
web3-core@1.3.0, web3-core@^1.2.11, web3-core@^1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.3.0.tgz#b818903738461c1cca0163339e1d6d3fa51242cf"
|
||||
integrity sha512-BwWvAaKJf4KFG9QsKRi3MNoNgzjI6szyUlgme1qNPxUdCkaS3Rdpa0VKYNHP7M/YTk82/59kNE66mH5vmoaXjA==
|
||||
|
@ -19727,6 +19798,15 @@ web3-core@1.3.0, web3-core@^1.3.0:
|
|||
web3-core-requestmanager "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-eth-abi@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.11.tgz#a887494e5d447c2926d557a3834edd66e17af9b0"
|
||||
integrity sha512-PkRYc0+MjuLSgg03QVWqWlQivJqRwKItKtEpRUaxUAeLE7i/uU39gmzm2keHGcQXo3POXAbOnMqkDvOep89Crg==
|
||||
dependencies:
|
||||
"@ethersproject/abi" "5.0.0-beta.153"
|
||||
underscore "1.9.1"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-eth-abi@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.9.tgz#14bedd7e4be04fcca35b2ac84af1400574cd8280"
|
||||
|
@ -19745,6 +19825,23 @@ web3-eth-abi@1.3.0:
|
|||
underscore "1.9.1"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-eth-accounts@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.2.11.tgz#a9e3044da442d31903a7ce035a86d8fa33f90520"
|
||||
integrity sha512-6FwPqEpCfKIh3nSSGeo3uBm2iFSnFJDfwL3oS9pyegRBXNsGRVpgiW63yhNzL0796StsvjHWwQnQHsZNxWAkGw==
|
||||
dependencies:
|
||||
crypto-browserify "3.12.0"
|
||||
eth-lib "0.2.8"
|
||||
ethereumjs-common "^1.3.2"
|
||||
ethereumjs-tx "^2.1.1"
|
||||
scrypt-js "^3.0.1"
|
||||
underscore "1.9.1"
|
||||
uuid "3.3.2"
|
||||
web3-core "1.2.11"
|
||||
web3-core-helpers "1.2.11"
|
||||
web3-core-method "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-eth-accounts@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.2.9.tgz#7ec422df90fecb5243603ea49dc28726db7bdab6"
|
||||
|
@ -19779,6 +19876,21 @@ web3-eth-accounts@1.3.0:
|
|||
web3-core-method "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-eth-contract@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.11.tgz#917065902bc27ce89da9a1da26e62ef663663b90"
|
||||
integrity sha512-MzYuI/Rq2o6gn7vCGcnQgco63isPNK5lMAan2E51AJLknjSLnOxwNY3gM8BcKoy4Z+v5Dv00a03Xuk78JowFow==
|
||||
dependencies:
|
||||
"@types/bn.js" "^4.11.5"
|
||||
underscore "1.9.1"
|
||||
web3-core "1.2.11"
|
||||
web3-core-helpers "1.2.11"
|
||||
web3-core-method "1.2.11"
|
||||
web3-core-promievent "1.2.11"
|
||||
web3-core-subscriptions "1.2.11"
|
||||
web3-eth-abi "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-eth-contract@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.2.9.tgz#713d9c6d502d8c8f22b696b7ffd8e254444e6bfd"
|
||||
|
@ -19794,7 +19906,7 @@ web3-eth-contract@1.2.9:
|
|||
web3-eth-abi "1.2.9"
|
||||
web3-utils "1.2.9"
|
||||
|
||||
web3-eth-contract@1.3.0, web3-eth-contract@^1.2.9, web3-eth-contract@^1.3.0:
|
||||
web3-eth-contract@1.3.0, web3-eth-contract@^1.2.11, web3-eth-contract@^1.2.9:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.3.0.tgz#c758340ac800788e29fa29edc8b0c0ac957b741c"
|
||||
integrity sha512-3SCge4SRNCnzLxf0R+sXk6vyTOl05g80Z5+9/B5pERwtPpPWaQGw8w01vqYqsYBKC7zH+dxhMaUgVzU2Dgf7bQ==
|
||||
|
@ -19809,6 +19921,21 @@ web3-eth-contract@1.3.0, web3-eth-contract@^1.2.9, web3-eth-contract@^1.3.0:
|
|||
web3-eth-abi "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-eth-ens@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.2.11.tgz#26d4d7f16d6cbcfff918e39832b939edc3162532"
|
||||
integrity sha512-dbW7dXP6HqT1EAPvnniZVnmw6TmQEKF6/1KgAxbo8iBBYrVTMDGFQUUnZ+C4VETGrwwaqtX4L9d/FrQhZ6SUiA==
|
||||
dependencies:
|
||||
content-hash "^2.5.2"
|
||||
eth-ens-namehash "2.0.8"
|
||||
underscore "1.9.1"
|
||||
web3-core "1.2.11"
|
||||
web3-core-helpers "1.2.11"
|
||||
web3-core-promievent "1.2.11"
|
||||
web3-eth-abi "1.2.11"
|
||||
web3-eth-contract "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-eth-ens@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.2.9.tgz#577b9358c036337833fb2bdc59c11be7f6f731b6"
|
||||
|
@ -19839,6 +19966,14 @@ web3-eth-ens@1.3.0:
|
|||
web3-eth-contract "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-eth-iban@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.11.tgz#f5f73298305bc7392e2f188bf38a7362b42144ef"
|
||||
integrity sha512-ozuVlZ5jwFC2hJY4+fH9pIcuH1xP0HEFhtWsR69u9uDIANHLPQQtWYmdj7xQ3p2YT4bQLq/axKhZi7EZVetmxQ==
|
||||
dependencies:
|
||||
bn.js "^4.11.9"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-eth-iban@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.2.9.tgz#4ebf3d8783f34d04c4740dc18938556466399f7a"
|
||||
|
@ -19855,6 +19990,18 @@ web3-eth-iban@1.3.0:
|
|||
bn.js "^4.11.9"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-eth-personal@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.11.tgz#a38b3942a1d87a62070ce0622a941553c3d5aa70"
|
||||
integrity sha512-42IzUtKq9iHZ8K9VN0vAI50iSU9tOA1V7XU2BhF/tb7We2iKBVdkley2fg26TxlOcKNEHm7o6HRtiiFsVK4Ifw==
|
||||
dependencies:
|
||||
"@types/node" "^12.12.6"
|
||||
web3-core "1.2.11"
|
||||
web3-core-helpers "1.2.11"
|
||||
web3-core-method "1.2.11"
|
||||
web3-net "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-eth-personal@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.9.tgz#9b95eb159b950b83cd8ae15873e1d57711b7a368"
|
||||
|
@ -19879,6 +20026,25 @@ web3-eth-personal@1.3.0:
|
|||
web3-net "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-eth@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.2.11.tgz#4c81fcb6285b8caf544058fba3ae802968fdc793"
|
||||
integrity sha512-REvxW1wJ58AgHPcXPJOL49d1K/dPmuw4LjPLBPStOVkQjzDTVmJEIsiLwn2YeuNDd4pfakBwT8L3bz1G1/wVsQ==
|
||||
dependencies:
|
||||
underscore "1.9.1"
|
||||
web3-core "1.2.11"
|
||||
web3-core-helpers "1.2.11"
|
||||
web3-core-method "1.2.11"
|
||||
web3-core-subscriptions "1.2.11"
|
||||
web3-eth-abi "1.2.11"
|
||||
web3-eth-accounts "1.2.11"
|
||||
web3-eth-contract "1.2.11"
|
||||
web3-eth-ens "1.2.11"
|
||||
web3-eth-iban "1.2.11"
|
||||
web3-eth-personal "1.2.11"
|
||||
web3-net "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-eth@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.2.9.tgz#e40e7b88baffc9b487193211c8b424dc944977b3"
|
||||
|
@ -19917,6 +20083,15 @@ web3-eth@1.3.0:
|
|||
web3-net "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3-net@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.11.tgz#eda68ef25e5cdb64c96c39085cdb74669aabbe1b"
|
||||
integrity sha512-sjrSDj0pTfZouR5BSTItCuZ5K/oZPVdVciPQ6981PPPIwJJkCMeVjD7I4zO3qDPCnBjBSbWvVnLdwqUBPtHxyg==
|
||||
dependencies:
|
||||
web3-core "1.2.11"
|
||||
web3-core-method "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3-net@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.2.9.tgz#51d248ed1bc5c37713c4ac40c0073d9beacd87d3"
|
||||
|
@ -19991,6 +20166,14 @@ web3-provider-engine@15.0.4:
|
|||
xhr "^2.2.0"
|
||||
xtend "^4.0.1"
|
||||
|
||||
web3-providers-http@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.11.tgz#1cd03442c61670572d40e4dcdf1faff8bd91e7c6"
|
||||
integrity sha512-psh4hYGb1+ijWywfwpB2cvvOIMISlR44F/rJtYkRmQ5jMvG4FOCPlQJPiHQZo+2cc3HbktvvSJzIhkWQJdmvrA==
|
||||
dependencies:
|
||||
web3-core-helpers "1.2.11"
|
||||
xhr2-cookies "1.1.0"
|
||||
|
||||
web3-providers-http@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.2.9.tgz#e698aa5377e2019c24c5a1e6efa0f51018728934"
|
||||
|
@ -20007,6 +20190,15 @@ web3-providers-http@1.3.0:
|
|||
web3-core-helpers "1.3.0"
|
||||
xhr2-cookies "1.1.0"
|
||||
|
||||
web3-providers-ipc@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.11.tgz#d16d6c9be1be6e0b4f4536c4acc16b0f4f27ef21"
|
||||
integrity sha512-yhc7Y/k8hBV/KlELxynWjJDzmgDEDjIjBzXK+e0rHBsYEhdCNdIH5Psa456c+l0qTEU2YzycF8VAjYpWfPnBpQ==
|
||||
dependencies:
|
||||
oboe "2.1.4"
|
||||
underscore "1.9.1"
|
||||
web3-core-helpers "1.2.11"
|
||||
|
||||
web3-providers-ipc@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.2.9.tgz#6159eacfcd7ac31edc470d93ef10814fe874763b"
|
||||
|
@ -20025,6 +20217,16 @@ web3-providers-ipc@1.3.0:
|
|||
underscore "1.9.1"
|
||||
web3-core-helpers "1.3.0"
|
||||
|
||||
web3-providers-ws@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.11.tgz#a1dfd6d9778d840561d9ec13dd453046451a96bb"
|
||||
integrity sha512-ZxnjIY1Er8Ty+cE4migzr43zA/+72AF1myzsLaU5eVgdsfV7Jqx7Dix1hbevNZDKFlSoEyq/3j/jYalh3So1Zg==
|
||||
dependencies:
|
||||
eventemitter3 "4.0.4"
|
||||
underscore "1.9.1"
|
||||
web3-core-helpers "1.2.11"
|
||||
websocket "^1.0.31"
|
||||
|
||||
web3-providers-ws@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.2.9.tgz#22c2006655ec44b4ad2b41acae62741a6ae7a88c"
|
||||
|
@ -20045,6 +20247,16 @@ web3-providers-ws@1.3.0:
|
|||
web3-core-helpers "1.3.0"
|
||||
websocket "^1.0.32"
|
||||
|
||||
web3-shh@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.2.11.tgz#f5d086f9621c9a47e98d438010385b5f059fd88f"
|
||||
integrity sha512-B3OrO3oG1L+bv3E1sTwCx66injW1A8hhwpknDUbV+sw3fehFazA06z9SGXUefuFI1kVs4q2vRi0n4oCcI4dZDg==
|
||||
dependencies:
|
||||
web3-core "1.2.11"
|
||||
web3-core-method "1.2.11"
|
||||
web3-core-subscriptions "1.2.11"
|
||||
web3-net "1.2.11"
|
||||
|
||||
web3-shh@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.2.9.tgz#c4ba70d6142cfd61341a50752d8cace9a0370911"
|
||||
|
@ -20078,6 +20290,20 @@ web3-utils@1.2.1:
|
|||
underscore "1.9.1"
|
||||
utf8 "3.0.0"
|
||||
|
||||
web3-utils@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.11.tgz#af1942aead3fb166ae851a985bed8ef2c2d95a82"
|
||||
integrity sha512-3Tq09izhD+ThqHEaWYX4VOT7dNPdZiO+c/1QMA0s5X2lDFKK/xHJb7cyTRRVzN2LvlHbR7baS1tmQhSua51TcQ==
|
||||
dependencies:
|
||||
bn.js "^4.11.9"
|
||||
eth-lib "0.2.8"
|
||||
ethereum-bloom-filters "^1.0.6"
|
||||
ethjs-unit "0.1.6"
|
||||
number-to-bn "1.7.0"
|
||||
randombytes "^2.1.0"
|
||||
underscore "1.9.1"
|
||||
utf8 "3.0.0"
|
||||
|
||||
web3-utils@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.9.tgz#abe11735221627da943971ef1a630868fb9c61f3"
|
||||
|
@ -20092,7 +20318,7 @@ web3-utils@1.2.9:
|
|||
underscore "1.9.1"
|
||||
utf8 "3.0.0"
|
||||
|
||||
web3-utils@1.3.0, web3-utils@^1.2.11, web3-utils@^1.2.9, web3-utils@^1.3.0:
|
||||
web3-utils@1.3.0, web3-utils@^1.2.11, web3-utils@^1.2.9:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.3.0.tgz#5bac16e5e0ec9fe7bdcfadb621655e8aa3cf14e1"
|
||||
integrity sha512-2mS5axFCbkhicmoDRuJeuo0TVGQDgC2sPi/5dblfVC+PMtX0efrb8Xlttv/eGkq7X4E83Pds34FH98TP2WOUZA==
|
||||
|
@ -20106,7 +20332,7 @@ web3-utils@1.3.0, web3-utils@^1.2.11, web3-utils@^1.2.9, web3-utils@^1.3.0:
|
|||
underscore "1.9.1"
|
||||
utf8 "3.0.0"
|
||||
|
||||
web3@*, web3@^1.0.0-beta.34, web3@^1.3.0:
|
||||
web3@*, web3@^1.0.0-beta.34:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/web3/-/web3-1.3.0.tgz#8fe4cd6e2a21c91904f343ba75717ee4c76bb349"
|
||||
integrity sha512-4q9dna0RecnrlgD/bD1C5S+81Untbd6Z/TBD7rb+D5Bvvc0Wxjr4OP70x+LlnwuRDjDtzBwJbNUblh2grlVArw==
|
||||
|
@ -20119,6 +20345,19 @@ web3@*, web3@^1.0.0-beta.34, web3@^1.3.0:
|
|||
web3-shh "1.3.0"
|
||||
web3-utils "1.3.0"
|
||||
|
||||
web3@1.2.11:
|
||||
version "1.2.11"
|
||||
resolved "https://registry.yarnpkg.com/web3/-/web3-1.2.11.tgz#50f458b2e8b11aa37302071c170ed61cff332975"
|
||||
integrity sha512-mjQ8HeU41G6hgOYm1pmeH0mRAeNKJGnJEUzDMoerkpw7QUQT4exVREgF1MYPvL/z6vAshOXei25LE/t/Bxl8yQ==
|
||||
dependencies:
|
||||
web3-bzz "1.2.11"
|
||||
web3-core "1.2.11"
|
||||
web3-eth "1.2.11"
|
||||
web3-eth-personal "1.2.11"
|
||||
web3-net "1.2.11"
|
||||
web3-shh "1.2.11"
|
||||
web3-utils "1.2.11"
|
||||
|
||||
web3@1.2.9:
|
||||
version "1.2.9"
|
||||
resolved "https://registry.yarnpkg.com/web3/-/web3-1.2.9.tgz#cbcf1c0fba5e213a6dfb1f2c1f4b37062e4ce337"
|
||||
|
|
Loading…
Reference in New Issue