|
334 | 334 | "@ethersproject/properties" "^5.6.0" |
335 | 335 | "@ethersproject/strings" "^5.6.0" |
336 | 336 |
|
| 337 | +"@ethersproject/[email protected]": |
| 338 | + version "5.6.1" |
| 339 | + resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.6.1.tgz#f7de888edeb56b0a657b672bdd1b3a1135cd14f7" |
| 340 | + integrity sha512-0cqssYh6FXjlwKWBmLm3+zH2BNARoS5u/hxbz+LpQmcDB3w0W553h2btWui1/uZp2GBM/SI3KniTuMcYyHpA5w== |
| 341 | + dependencies: |
| 342 | + "@ethersproject/address" "^5.6.0" |
| 343 | + "@ethersproject/bignumber" "^5.6.0" |
| 344 | + "@ethersproject/bytes" "^5.6.0" |
| 345 | + "@ethersproject/constants" "^5.6.0" |
| 346 | + "@ethersproject/hash" "^5.6.0" |
| 347 | + "@ethersproject/keccak256" "^5.6.0" |
| 348 | + "@ethersproject/logger" "^5.6.0" |
| 349 | + "@ethersproject/properties" "^5.6.0" |
| 350 | + "@ethersproject/strings" "^5.6.0" |
| 351 | + |
337 | 352 | "@ethersproject/[email protected]", "@ethersproject/abstract-provider@^5.4.0": |
338 | 353 | version "5.4.1" |
339 | 354 | resolved "https://registry.yarnpkg.com/@ethersproject/abstract-provider/-/abstract-provider-5.4.1.tgz#e404309a29f771bd4d28dbafadcaa184668c2a6e" |
|
466 | 481 | dependencies: |
467 | 482 | "@ethersproject/logger" "^5.6.0" |
468 | 483 |
|
| 484 | +"@ethersproject/[email protected]": |
| 485 | + version "5.6.1" |
| 486 | + resolved "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.6.1.tgz#24f916e411f82a8a60412344bf4a813b917eefe7" |
| 487 | + integrity sha512-NwQt7cKn5+ZE4uDn+X5RAXLp46E1chXoaMmrxAyA0rblpxz8t58lVkrHXoRIn0lz1joQElQ8410GqhTqMOwc6g== |
| 488 | + dependencies: |
| 489 | + "@ethersproject/logger" "^5.6.0" |
| 490 | + |
469 | 491 | "@ethersproject/[email protected]", "@ethersproject/constants@>=5.0.0-beta.128", "@ethersproject/constants@^5.4.0": |
470 | 492 | version "5.4.0" |
471 | 493 | resolved "https://registry.yarnpkg.com/@ethersproject/constants/-/constants-5.4.0.tgz#ee0bdcb30bf1b532d2353c977bf2ef1ee117958a" |
|
654 | 676 | dependencies: |
655 | 677 | "@ethersproject/logger" "^5.6.0" |
656 | 678 |
|
| 679 | +"@ethersproject/[email protected]": |
| 680 | + version "5.6.2" |
| 681 | + resolved "https://registry.yarnpkg.com/@ethersproject/networks/-/networks-5.6.2.tgz#2bacda62102c0b1fcee408315f2bed4f6fbdf336" |
| 682 | + integrity sha512-9uEzaJY7j5wpYGTojGp8U89mSsgQLc40PCMJLMCnFXTs7nhBveZ0t7dbqWUNrepWTszDbFkYD6WlL8DKx5huHA== |
| 683 | + dependencies: |
| 684 | + "@ethersproject/logger" "^5.6.0" |
| 685 | + |
657 | 686 | "@ethersproject/[email protected]", "@ethersproject/pbkdf2@^5.4.0": |
658 | 687 | version "5.4.0" |
659 | 688 | resolved "https://registry.yarnpkg.com/@ethersproject/pbkdf2/-/pbkdf2-5.4.0.tgz#ed88782a67fda1594c22d60d0ca911a9d669641c" |
|
734 | 763 | bech32 "1.1.4" |
735 | 764 | ws "7.4.6" |
736 | 765 |
|
| 766 | +"@ethersproject/[email protected]": |
| 767 | + version "5.6.5" |
| 768 | + resolved "https://registry.yarnpkg.com/@ethersproject/providers/-/providers-5.6.5.tgz#aefecf78459817a323452e05a16d56afcf807e27" |
| 769 | + integrity sha512-TRS+c2Ud+cMpWodmGAc9xbnYRPWzRNYt2zkCSnj58nJoamBQ6x4cUbBeo0lTC3y+6RDVIBeJv18OqsDbSktLVg== |
| 770 | + dependencies: |
| 771 | + "@ethersproject/abstract-provider" "^5.6.0" |
| 772 | + "@ethersproject/abstract-signer" "^5.6.0" |
| 773 | + "@ethersproject/address" "^5.6.0" |
| 774 | + "@ethersproject/basex" "^5.6.0" |
| 775 | + "@ethersproject/bignumber" "^5.6.0" |
| 776 | + "@ethersproject/bytes" "^5.6.0" |
| 777 | + "@ethersproject/constants" "^5.6.0" |
| 778 | + "@ethersproject/hash" "^5.6.0" |
| 779 | + "@ethersproject/logger" "^5.6.0" |
| 780 | + "@ethersproject/networks" "^5.6.0" |
| 781 | + "@ethersproject/properties" "^5.6.0" |
| 782 | + "@ethersproject/random" "^5.6.0" |
| 783 | + "@ethersproject/rlp" "^5.6.0" |
| 784 | + "@ethersproject/sha2" "^5.6.0" |
| 785 | + "@ethersproject/strings" "^5.6.0" |
| 786 | + "@ethersproject/transactions" "^5.6.0" |
| 787 | + "@ethersproject/web" "^5.6.0" |
| 788 | + bech32 "1.1.4" |
| 789 | + ws "7.4.6" |
| 790 | + |
737 | 791 | "@ethersproject/[email protected]", "@ethersproject/random@^5.4.0": |
738 | 792 | version "5.4.0" |
739 | 793 | resolved "https://registry.yarnpkg.com/@ethersproject/random/-/random-5.4.0.tgz#9cdde60e160d024be39cc16f8de3b9ce39191e16" |
|
808 | 862 | elliptic "6.5.4" |
809 | 863 | hash.js "1.1.7" |
810 | 864 |
|
| 865 | +"@ethersproject/[email protected]": |
| 866 | + version "5.6.1" |
| 867 | + resolved "https://registry.yarnpkg.com/@ethersproject/signing-key/-/signing-key-5.6.1.tgz#31b0a531520616254eb0465b9443e49515c4d457" |
| 868 | + integrity sha512-XvqQ20DH0D+bS3qlrrgh+axRMth5kD1xuvqUQUTeezxUTXBOeR6hWz2/C6FBEu39FRytyybIWrYf7YLSAKr1LQ== |
| 869 | + dependencies: |
| 870 | + "@ethersproject/bytes" "^5.6.0" |
| 871 | + "@ethersproject/logger" "^5.6.0" |
| 872 | + "@ethersproject/properties" "^5.6.0" |
| 873 | + bn.js "^4.11.9" |
| 874 | + elliptic "6.5.4" |
| 875 | + hash.js "1.1.7" |
| 876 | + |
811 | 877 | "@ethersproject/[email protected]": |
812 | 878 | version "5.4.0" |
813 | 879 | resolved "https://registry.yarnpkg.com/@ethersproject/solidity/-/solidity-5.4.0.tgz#1305e058ea02dc4891df18b33232b11a14ece9ec" |
|
4273 | 4339 | utf8 "^3.0.0" |
4274 | 4340 | uuid "^3.3.2" |
4275 | 4341 |
|
4276 | | -[email protected].1, ethers@^5.5.2: |
4277 | | - version "5.6.1" |
4278 | | - resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.6.1.tgz#a56cd67f1595b745dc3dde0ccf2b5de53a41a6d0" |
4279 | | - integrity sha512-qtl/2W+dwmUa5Z3JqwsbV3JEBZZHNARe5K/A2ePcNAuhJYnEKIgGOT/O9ouPwBijSqVoQnmQMzi5D48LFNOY2A== |
| 4342 | + |
| 4343 | + version "5.6.5" |
| 4344 | + resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.6.5.tgz#3185ac7815dc640993408adf6f133ffabfbcbb63" |
| 4345 | + integrity sha512-9CTmplO9bv0s/aPw3HB3txGzKz3tUSI2EfO4dJo0W2WvaEq1ArgsEX6obV+bj5X3yY+Zgb1kAux8TDtJKe1FaA== |
4280 | 4346 | dependencies: |
4281 | | - "@ethersproject/abi" "5.6.0" |
| 4347 | + "@ethersproject/abi" "5.6.1" |
4282 | 4348 | "@ethersproject/abstract-provider" "5.6.0" |
4283 | 4349 | "@ethersproject/abstract-signer" "5.6.0" |
4284 | 4350 | "@ethersproject/address" "5.6.0" |
4285 | 4351 | "@ethersproject/base64" "5.6.0" |
4286 | 4352 | "@ethersproject/basex" "5.6.0" |
4287 | 4353 | "@ethersproject/bignumber" "5.6.0" |
4288 | | - "@ethersproject/bytes" "5.6.0" |
| 4354 | + "@ethersproject/bytes" "5.6.1" |
4289 | 4355 | "@ethersproject/constants" "5.6.0" |
4290 | 4356 | "@ethersproject/contracts" "5.6.0" |
4291 | 4357 | "@ethersproject/hash" "5.6.0" |
4292 | 4358 | "@ethersproject/hdnode" "5.6.0" |
4293 | 4359 | "@ethersproject/json-wallets" "5.6.0" |
4294 | 4360 | "@ethersproject/keccak256" "5.6.0" |
4295 | 4361 | "@ethersproject/logger" "5.6.0" |
4296 | | - "@ethersproject/networks" "5.6.0" |
| 4362 | + "@ethersproject/networks" "5.6.2" |
4297 | 4363 | "@ethersproject/pbkdf2" "5.6.0" |
4298 | 4364 | "@ethersproject/properties" "5.6.0" |
4299 | | - "@ethersproject/providers" "5.6.1" |
| 4365 | + "@ethersproject/providers" "5.6.5" |
4300 | 4366 | "@ethersproject/random" "5.6.0" |
4301 | 4367 | "@ethersproject/rlp" "5.6.0" |
4302 | 4368 | "@ethersproject/sha2" "5.6.0" |
4303 | | - "@ethersproject/signing-key" "5.6.0" |
| 4369 | + "@ethersproject/signing-key" "5.6.1" |
4304 | 4370 | "@ethersproject/solidity" "5.6.0" |
4305 | 4371 | "@ethersproject/strings" "5.6.0" |
4306 | 4372 | "@ethersproject/transactions" "5.6.0" |
@@ -4345,6 +4411,42 @@ ethers@^5.0.0, ethers@^5.0.1, ethers@^5.0.2: |
4345 | 4411 | "@ethersproject/web" "5.4.0" |
4346 | 4412 | "@ethersproject/wordlists" "5.4.0" |
4347 | 4413 |
|
| 4414 | +ethers@^5.5.2: |
| 4415 | + version "5.6.1" |
| 4416 | + resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.6.1.tgz#a56cd67f1595b745dc3dde0ccf2b5de53a41a6d0" |
| 4417 | + integrity sha512-qtl/2W+dwmUa5Z3JqwsbV3JEBZZHNARe5K/A2ePcNAuhJYnEKIgGOT/O9ouPwBijSqVoQnmQMzi5D48LFNOY2A== |
| 4418 | + dependencies: |
| 4419 | + "@ethersproject/abi" "5.6.0" |
| 4420 | + "@ethersproject/abstract-provider" "5.6.0" |
| 4421 | + "@ethersproject/abstract-signer" "5.6.0" |
| 4422 | + "@ethersproject/address" "5.6.0" |
| 4423 | + "@ethersproject/base64" "5.6.0" |
| 4424 | + "@ethersproject/basex" "5.6.0" |
| 4425 | + "@ethersproject/bignumber" "5.6.0" |
| 4426 | + "@ethersproject/bytes" "5.6.0" |
| 4427 | + "@ethersproject/constants" "5.6.0" |
| 4428 | + "@ethersproject/contracts" "5.6.0" |
| 4429 | + "@ethersproject/hash" "5.6.0" |
| 4430 | + "@ethersproject/hdnode" "5.6.0" |
| 4431 | + "@ethersproject/json-wallets" "5.6.0" |
| 4432 | + "@ethersproject/keccak256" "5.6.0" |
| 4433 | + "@ethersproject/logger" "5.6.0" |
| 4434 | + "@ethersproject/networks" "5.6.0" |
| 4435 | + "@ethersproject/pbkdf2" "5.6.0" |
| 4436 | + "@ethersproject/properties" "5.6.0" |
| 4437 | + "@ethersproject/providers" "5.6.1" |
| 4438 | + "@ethersproject/random" "5.6.0" |
| 4439 | + "@ethersproject/rlp" "5.6.0" |
| 4440 | + "@ethersproject/sha2" "5.6.0" |
| 4441 | + "@ethersproject/signing-key" "5.6.0" |
| 4442 | + "@ethersproject/solidity" "5.6.0" |
| 4443 | + "@ethersproject/strings" "5.6.0" |
| 4444 | + "@ethersproject/transactions" "5.6.0" |
| 4445 | + "@ethersproject/units" "5.6.0" |
| 4446 | + "@ethersproject/wallet" "5.6.0" |
| 4447 | + "@ethersproject/web" "5.6.0" |
| 4448 | + "@ethersproject/wordlists" "5.6.0" |
| 4449 | + |
4348 | 4450 | |
4349 | 4451 | version "0.1.6" |
4350 | 4452 | resolved "https://registry.yarnpkg.com/ethjs-unit/-/ethjs-unit-0.1.6.tgz#c665921e476e87bce2a9d588a6fe0405b2c41699" |
|
0 commit comments