@gooddollar/goodprotocol 1.0.19-beta.1 → 1.0.19-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/artifacts/abis/GReputation.min.json +1 -1
  2. package/artifacts/abis/UpgradableMock3.min.json +1 -0
  3. package/artifacts/abis/UpgradableMock4.min.json +1 -0
  4. package/artifacts/contracts/DAOStackInterfaces.sol/Avatar.dbg.json +1 -1
  5. package/artifacts/contracts/DAOStackInterfaces.sol/Controller.dbg.json +1 -1
  6. package/artifacts/contracts/DAOStackInterfaces.sol/GlobalConstraintInterface.dbg.json +1 -1
  7. package/artifacts/contracts/DAOStackInterfaces.sol/IntVoteInterface.dbg.json +1 -1
  8. package/artifacts/contracts/DAOStackInterfaces.sol/ReputationInterface.dbg.json +1 -1
  9. package/artifacts/contracts/DAOStackInterfaces.sol/SchemeRegistrar.dbg.json +1 -1
  10. package/artifacts/contracts/Interfaces.sol/AggregatorV3Interface.dbg.json +1 -1
  11. package/artifacts/contracts/Interfaces.sol/ERC20.dbg.json +1 -1
  12. package/artifacts/contracts/Interfaces.sol/IAaveIncentivesController.dbg.json +1 -1
  13. package/artifacts/contracts/Interfaces.sol/IAdminWallet.dbg.json +1 -1
  14. package/artifacts/contracts/Interfaces.sol/IDonationStaking.dbg.json +1 -1
  15. package/artifacts/contracts/Interfaces.sol/IERC2917.dbg.json +1 -1
  16. package/artifacts/contracts/Interfaces.sol/IFirstClaimPool.dbg.json +1 -1
  17. package/artifacts/contracts/Interfaces.sol/IGoodDollar.dbg.json +1 -1
  18. package/artifacts/contracts/Interfaces.sol/IGoodStaking.dbg.json +1 -1
  19. package/artifacts/contracts/Interfaces.sol/IHasRouter.dbg.json +1 -1
  20. package/artifacts/contracts/Interfaces.sol/IIdentity.dbg.json +1 -1
  21. package/artifacts/contracts/Interfaces.sol/ILendingPool.dbg.json +1 -1
  22. package/artifacts/contracts/Interfaces.sol/INameService.dbg.json +1 -1
  23. package/artifacts/contracts/Interfaces.sol/IUBIScheme.dbg.json +1 -1
  24. package/artifacts/contracts/Interfaces.sol/ProxyAdmin.dbg.json +1 -1
  25. package/artifacts/contracts/Interfaces.sol/Reserve.dbg.json +1 -1
  26. package/artifacts/contracts/Interfaces.sol/Staking.dbg.json +1 -1
  27. package/artifacts/contracts/Interfaces.sol/Uniswap.dbg.json +1 -1
  28. package/artifacts/contracts/Interfaces.sol/UniswapFactory.dbg.json +1 -1
  29. package/artifacts/contracts/Interfaces.sol/UniswapPair.dbg.json +1 -1
  30. package/artifacts/contracts/Interfaces.sol/cERC20.dbg.json +1 -1
  31. package/artifacts/contracts/governance/ClaimersDistribution.sol/ClaimersDistribution.dbg.json +1 -1
  32. package/artifacts/contracts/governance/ClaimersDistribution.sol/ClaimersDistribution.json +2 -2
  33. package/artifacts/contracts/governance/CompoundVotingMachine.sol/CompoundVotingMachine.dbg.json +1 -1
  34. package/artifacts/contracts/governance/GReputation.sol/GReputation.dbg.json +1 -1
  35. package/artifacts/contracts/governance/GReputation.sol/GReputation.json +15 -2
  36. package/artifacts/contracts/governance/GovernanceStaking.sol/GovernanceStaking.dbg.json +1 -1
  37. package/artifacts/contracts/governance/MultiBaseGovernanceShareField.sol/MultiBaseGovernanceShareField.dbg.json +1 -1
  38. package/artifacts/contracts/governance/Reputation.sol/Reputation.dbg.json +1 -1
  39. package/artifacts/contracts/governance/Reputation.sol/Reputation.json +2 -2
  40. package/artifacts/contracts/governance/StakersDistribution.sol/StakersDistribution.dbg.json +1 -1
  41. package/artifacts/contracts/governance/StakersDistribution.sol/StakersDistribution.json +2 -2
  42. package/artifacts/contracts/mocks/AaveMock.sol/AaveMock.dbg.json +1 -1
  43. package/artifacts/contracts/mocks/DAIMock.sol/DAIMock.dbg.json +1 -1
  44. package/artifacts/contracts/mocks/DecimalsMock.sol/DecimalsMock.dbg.json +1 -1
  45. package/artifacts/contracts/mocks/GoodCompoundStakingTest.sol/GoodCompoundStakingTest.dbg.json +1 -1
  46. package/artifacts/contracts/mocks/GoodCompoundStakingTest.sol/GoodCompoundStakingTest.json +2 -2
  47. package/artifacts/contracts/mocks/GoodFundManagerTest.sol/GoodFundManagerTest.dbg.json +1 -1
  48. package/artifacts/contracts/mocks/IncentiveControllerMock.sol/IncentiveControllerMock.dbg.json +1 -1
  49. package/artifacts/contracts/mocks/LendingPoolMock.sol/LendingPoolMock.dbg.json +1 -1
  50. package/artifacts/contracts/mocks/OverMintTester.sol/OverMintTester.dbg.json +1 -1
  51. package/artifacts/contracts/mocks/OverMintTesterRegularStake.sol/OverMintTesterRegularStake.dbg.json +1 -1
  52. package/artifacts/contracts/mocks/OverMintTesterRegularStake.sol/OverMintTesterRegularStake.json +2 -2
  53. package/artifacts/contracts/mocks/SixteenDecimalsTokenMock.sol/SixteenDecimalsTokenMock.dbg.json +1 -1
  54. package/artifacts/contracts/mocks/SwapHelperTest.sol/SwapHelperTest.dbg.json +1 -1
  55. package/artifacts/contracts/mocks/TwentyDecimalsTokenMock.sol/TwentyDecimalsTokenMock.dbg.json +1 -1
  56. package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock.dbg.json +1 -1
  57. package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock.json +2 -2
  58. package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock2.dbg.json +1 -1
  59. package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock2.json +2 -2
  60. package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock3.dbg.json +4 -0
  61. package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock3.json +172 -0
  62. package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock4.dbg.json +4 -0
  63. package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock4.json +172 -0
  64. package/artifacts/contracts/mocks/UsdcMock.sol/USDCMock.dbg.json +1 -1
  65. package/artifacts/contracts/mocks/cBATMock.sol/cBATMock.dbg.json +1 -1
  66. package/artifacts/contracts/mocks/cDAILowWorthMock.sol/cDAILowWorthMock.dbg.json +1 -1
  67. package/artifacts/contracts/mocks/cDAIMock.sol/cDAIMock.dbg.json +1 -1
  68. package/artifacts/contracts/mocks/cDAINonMintableMock.sol/cDAINonMintableMock.dbg.json +1 -1
  69. package/artifacts/contracts/mocks/cDecimalsMock.sol/cDecimalsMock.dbg.json +1 -1
  70. package/artifacts/contracts/mocks/cSDTMock.sol/cSDTMock.dbg.json +1 -1
  71. package/artifacts/contracts/mocks/cUSDCMock.sol/cUSDCMock.dbg.json +1 -1
  72. package/artifacts/contracts/reserve/ExchangeHelper.sol/ExchangeHelper.dbg.json +1 -1
  73. package/artifacts/contracts/reserve/GoodMarketMaker.sol/GoodMarketMaker.dbg.json +1 -1
  74. package/artifacts/contracts/reserve/GoodReserveCDai.sol/ContributionCalc.dbg.json +1 -1
  75. package/artifacts/contracts/reserve/GoodReserveCDai.sol/GoodReserveCDai.dbg.json +1 -1
  76. package/artifacts/contracts/staking/BaseShareField.sol/BaseShareField.dbg.json +1 -1
  77. package/artifacts/contracts/staking/BaseShareFieldV2.sol/BaseShareFieldV2.dbg.json +1 -1
  78. package/artifacts/contracts/staking/DonationsStaking.sol/DonationsStaking.dbg.json +1 -1
  79. package/artifacts/contracts/staking/DonationsStaking.sol/DonationsStaking.json +2 -2
  80. package/artifacts/contracts/staking/GoodFundManager.sol/GoodFundManager.dbg.json +1 -1
  81. package/artifacts/contracts/staking/SimpleStaking.sol/SimpleStaking.dbg.json +1 -1
  82. package/artifacts/contracts/staking/SimpleStakingV2.sol/SimpleStakingV2.dbg.json +1 -1
  83. package/artifacts/contracts/staking/UniswapV2SwapHelper.sol/UniswapV2SwapHelper.dbg.json +1 -1
  84. package/artifacts/contracts/staking/aave/AaveStakingFactory.sol/AaveStakingFactory.dbg.json +1 -1
  85. package/artifacts/contracts/staking/aave/AaveStakingFactory.sol/AaveStakingFactory.json +2 -2
  86. package/artifacts/contracts/staking/aave/GoodAaveStaking.sol/GoodAaveStaking.dbg.json +1 -1
  87. package/artifacts/contracts/staking/aave/GoodAaveStaking.sol/GoodAaveStaking.json +2 -2
  88. package/artifacts/contracts/staking/aave/GoodAaveStakingV2.sol/GoodAaveStakingV2.dbg.json +1 -1
  89. package/artifacts/contracts/staking/aave/GoodAaveStakingV2.sol/GoodAaveStakingV2.json +2 -2
  90. package/artifacts/contracts/staking/compound/CompoundStakingFactory.sol/CompoundStakingFactory.dbg.json +1 -1
  91. package/artifacts/contracts/staking/compound/CompoundStakingFactory.sol/CompoundStakingFactory.json +2 -2
  92. package/artifacts/contracts/staking/compound/GoodCompoundStaking.sol/GoodCompoundStaking.dbg.json +1 -1
  93. package/artifacts/contracts/staking/compound/GoodCompoundStaking.sol/GoodCompoundStaking.json +2 -2
  94. package/artifacts/contracts/staking/compound/GoodCompoundStakingV2.sol/GoodCompoundStakingV2.dbg.json +1 -1
  95. package/artifacts/contracts/staking/compound/GoodCompoundStakingV2.sol/GoodCompoundStakingV2.json +2 -2
  96. package/artifacts/contracts/ubi/UBIScheme.sol/UBIScheme.dbg.json +1 -1
  97. package/artifacts/contracts/ubi/UBIScheme.sol/UBIScheme.json +2 -2
  98. package/artifacts/contracts/utils/BancorFormula.sol/BancorFormula.dbg.json +1 -1
  99. package/artifacts/contracts/utils/BulkProof.sol/BulkProof.dbg.json +1 -1
  100. package/artifacts/contracts/utils/BulkProof.sol/BulkProof.json +2 -2
  101. package/artifacts/contracts/utils/DAOContract.sol/DAOContract.dbg.json +1 -1
  102. package/artifacts/contracts/utils/DAOUpgradeableContract.sol/DAOUpgradeableContract.dbg.json +1 -1
  103. package/artifacts/contracts/utils/DSMath.sol/DSMath.dbg.json +1 -1
  104. package/artifacts/contracts/utils/DataTypes.sol/DataTypes.dbg.json +1 -1
  105. package/artifacts/contracts/utils/NameService.sol/NameService.dbg.json +1 -1
  106. package/artifacts/contracts/utils/ProtocolUpgrade.sol/OldMarketMaker.dbg.json +1 -1
  107. package/artifacts/contracts/utils/ProtocolUpgrade.sol/ProtocolUpgrade.dbg.json +1 -1
  108. package/artifacts/contracts/utils/ProtocolUpgradeFuse.sol/ProtocolUpgradeFuse.dbg.json +1 -1
  109. package/artifacts/contracts/utils/ProtocolUpgradeFuseRecover.sol/ProtocolUpgradeFuseRecover.dbg.json +1 -1
  110. package/artifacts/contracts/utils/ProtocolUpgradeRecover.sol/ProtocolUpgradeRecover.dbg.json +1 -1
  111. package/artifacts/contracts/utils/ReputationTestHelper.sol/ReputationTestHelper.dbg.json +1 -1
  112. package/artifacts/contracts/utils/ReputationTestHelper.sol/ReputationTestHelper.json +2 -2
  113. package/contracts/governance/GReputation.sol +8 -0
  114. package/contracts/governance/Reputation.sol +5 -3
  115. package/contracts/mocks/UpgradableMocks.sol +18 -0
  116. package/hardhat.config.ts +54 -1
  117. package/package.json +6 -4
  118. package/releases/deployment.json +11 -0
  119. package/scripts/multichain-deploy/basicdao-deploy.ts +256 -0
  120. package/scripts/multichain-deploy/helpers.ts +96 -0
  121. package/test/governance/CompoundVotingMachine.daoscheme.ts +14 -1
  122. package/test/governance/CompoundVotingMachine.guardian.test.ts +9 -0
  123. package/test/governance/GReputation.test.ts +32 -0
  124. package/test/governance/StakersDistribution.test.ts +62 -1
  125. package/test/helpers.ts +15 -0
  126. package/test/reserve/GoodMarketMaker.test.ts +11 -0
  127. package/test/reserve/GoodReserveCDai.gdx.test.ts +23 -8
  128. package/test/reserve/GoodReserveCDai.test.ts +37 -2
  129. package/test/staking/CompoundStakingFactory.test.ts +31 -0
  130. package/test/staking/DonationsStaking.test.ts +99 -2
  131. package/test/staking/GoodAaveStakingFactory.test.ts +36 -1
  132. package/test/staking/SimpleDAIStaking.test.ts +52 -2
  133. package/test/staking/StakingRewards.test.ts +38 -0
  134. package/test/staking/UsdcAaveStaking.test.ts +45 -19
  135. package/test/ubi/UBIScheme.test.ts +68 -0
  136. package/test/utils/DAOUpgradeableContract.test.ts +47 -0
  137. package/test/utils/NameService.test.ts +50 -55
  138. package/test/utils/ProxyFactory.test.ts +17 -0
  139. package/yarn.lock +383 -16
package/yarn.lock CHANGED
@@ -1035,6 +1035,91 @@
1035
1035
  "@babel/helper-validator-identifier" "^7.14.8"
1036
1036
  to-fast-properties "^2.0.0"
1037
1037
 
1038
+ "@celo-tools/celo-ethers-wrapper@^0.1.0":
1039
+ version "0.1.0"
1040
+ resolved "https://registry.yarnpkg.com/@celo-tools/celo-ethers-wrapper/-/celo-ethers-wrapper-0.1.0.tgz#ee925b20d56923315ab35ef95def24bcd5f1879b"
1041
+ integrity sha512-kBpFi7viIRlysiVKfIIywuAGykO0l3w+lBZ+NFaEgw9GsVQl0NYj0e4/UhbglfU5XS6M8HCCordUuC8gVwCw7w==
1042
+
1043
+ "@celo/base@2.0.0":
1044
+ version "2.0.0"
1045
+ resolved "https://registry.yarnpkg.com/@celo/base/-/base-2.0.0.tgz#2cf054759ac37faea2a7e8bed7868e45adce24a5"
1046
+ integrity sha512-uLH0z/aj5vMO7rHuGZO+ZUOcmEu2tVJT90To6kX00csuEmUea50xijoDeDOyh/3aZFzyhUWKeHO4lw3m3K92Cw==
1047
+
1048
+ "@celo/connect@2.0.0":
1049
+ version "2.0.0"
1050
+ resolved "https://registry.yarnpkg.com/@celo/connect/-/connect-2.0.0.tgz#82cafbda0db2f9d16e9384673a05b08dbe618bad"
1051
+ integrity sha512-ZgSs0frah42nYVBet2tzyiXXCZ9ZuQ+eylKK13mPnHDR5hlOZuBQ0hol4IjNzxHQlIr/ZSVl2eoNbKCMlWpSJQ==
1052
+ dependencies:
1053
+ "@celo/utils" "2.0.0"
1054
+ "@types/debug" "^4.1.5"
1055
+ "@types/utf8" "^2.1.6"
1056
+ bignumber.js "^9.0.0"
1057
+ debug "^4.1.1"
1058
+ utf8 "3.0.0"
1059
+
1060
+ "@celo/contractkit@^2.0.0":
1061
+ version "2.0.0"
1062
+ resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-2.0.0.tgz#dbb82c2857260a8c067bd7d5cda1284e7eafbefa"
1063
+ integrity sha512-W25mSUUEzbADChugp2INsgI6E4bhmk5QWutl/zKJMi1PcSRRw0Um4q6nbuMZBL2dySl4Ru4OkxtMvbeqbOYPGg==
1064
+ dependencies:
1065
+ "@celo/base" "2.0.0"
1066
+ "@celo/connect" "2.0.0"
1067
+ "@celo/utils" "2.0.0"
1068
+ "@celo/wallet-local" "2.0.0"
1069
+ "@types/bn.js" "^5.1.0"
1070
+ "@types/debug" "^4.1.5"
1071
+ bignumber.js "^9.0.0"
1072
+ cross-fetch "^3.0.6"
1073
+ debug "^4.1.1"
1074
+ fp-ts "2.1.1"
1075
+ io-ts "2.0.1"
1076
+ semver "^7.3.5"
1077
+ web3 "1.3.6"
1078
+
1079
+ "@celo/utils@2.0.0":
1080
+ version "2.0.0"
1081
+ resolved "https://registry.yarnpkg.com/@celo/utils/-/utils-2.0.0.tgz#f66871759281785ceb263c65362cbb50537d4d0d"
1082
+ integrity sha512-U1BMOHxabvkNE6kA1Ll13ww5jR4gI4Ppa8FkKz4L1Y4C6XUPbBOr06TRFWGGTNB2CCKTZZSo3//yw+Vym9oF8w==
1083
+ dependencies:
1084
+ "@celo/base" "2.0.0"
1085
+ "@types/bn.js" "^5.1.0"
1086
+ "@types/elliptic" "^6.4.9"
1087
+ "@types/ethereumjs-util" "^5.2.0"
1088
+ "@types/node" "^10.12.18"
1089
+ bignumber.js "^9.0.0"
1090
+ elliptic "^6.5.4"
1091
+ ethereumjs-util "^5.2.0"
1092
+ io-ts "2.0.1"
1093
+ web3-eth-abi "1.3.6"
1094
+ web3-utils "1.3.6"
1095
+
1096
+ "@celo/wallet-base@2.0.0":
1097
+ version "2.0.0"
1098
+ resolved "https://registry.yarnpkg.com/@celo/wallet-base/-/wallet-base-2.0.0.tgz#c3926af9fe618792eadb5e89b594cafcd7e8f158"
1099
+ integrity sha512-P/w1sd+VVqzCxOHzS9jUBSKfke/49GuaaNhsxD8xFX3Rr2/ryGE3ZgzoS3LQbQx2X3WqwRUGhelt7fGgTguBJg==
1100
+ dependencies:
1101
+ "@celo/base" "2.0.0"
1102
+ "@celo/connect" "2.0.0"
1103
+ "@celo/utils" "2.0.0"
1104
+ "@types/debug" "^4.1.5"
1105
+ "@types/ethereumjs-util" "^5.2.0"
1106
+ bignumber.js "^9.0.0"
1107
+ debug "^4.1.1"
1108
+ eth-lib "^0.2.8"
1109
+ ethereumjs-util "^5.2.0"
1110
+
1111
+ "@celo/wallet-local@2.0.0":
1112
+ version "2.0.0"
1113
+ resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-2.0.0.tgz#8f27f2fcc94a3be4f92f25d79e0b01b8cccfca9f"
1114
+ integrity sha512-jN7uQr7FEC3YLqo3yqVAG5FRVBRxs18bKxPEjh0dkVTt6gEhMdwTKAHUI7crOti+NoupJbFbOK81AHNlqyklfg==
1115
+ dependencies:
1116
+ "@celo/connect" "2.0.0"
1117
+ "@celo/utils" "2.0.0"
1118
+ "@celo/wallet-base" "2.0.0"
1119
+ "@types/ethereumjs-util" "^5.2.0"
1120
+ eth-lib "^0.2.8"
1121
+ ethereumjs-util "^5.2.0"
1122
+
1038
1123
  "@consento/sync-randombytes@^1.0.4", "@consento/sync-randombytes@^1.0.5":
1039
1124
  version "1.0.5"
1040
1125
  resolved "https://registry.yarnpkg.com/@consento/sync-randombytes/-/sync-randombytes-1.0.5.tgz#5be6bc58c6a6fa6e09f04cc684d037e29e6c28d5"
@@ -2146,28 +2231,28 @@
2146
2231
  "@nodelib/fs.scandir" "2.1.5"
2147
2232
  fastq "^1.6.0"
2148
2233
 
2149
- "@nomiclabs/hardhat-ethers@^2.0.2":
2150
- version "2.0.2"
2151
- resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-ethers/-/hardhat-ethers-2.0.2.tgz#c472abcba0c5185aaa4ad4070146e95213c68511"
2152
- integrity sha512-6quxWe8wwS4X5v3Au8q1jOvXYEPkS1Fh+cME5u6AwNdnI4uERvPlVjlgRWzpnb+Rrt1l/cEqiNRH9GlsBMSDQg==
2234
+ "@nomiclabs/hardhat-ethers@^2.0.5":
2235
+ version "2.0.5"
2236
+ resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-ethers/-/hardhat-ethers-2.0.5.tgz#131b0da1b71680d5a01569f916ae878229d326d3"
2237
+ integrity sha512-A2gZAGB6kUvLx+kzM92HKuUF33F1FSe90L0TmkXkT2Hh0OKRpvWZURUSU2nghD2yC4DzfEZ3DftfeHGvZ2JTUw==
2153
2238
 
2154
- "@nomiclabs/hardhat-etherscan@^2.1.3":
2155
- version "2.1.4"
2156
- resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-2.1.4.tgz#510b6a669cc2dad095466b2ba9ae0b411c779081"
2157
- integrity sha512-KgFNTQv9gpioiTpQ9UlTysCAFfkcBonmEn9rVPTT22A7DRENFM1VTsVeGWF3AzRhd0mrASBF+o0gvbH30pSe0Q==
2239
+ "@nomiclabs/hardhat-etherscan@^3.0.3":
2240
+ version "3.0.3"
2241
+ resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.0.3.tgz#ca54a03351f3de41f9f5240e37bea9d64fa24e64"
2242
+ integrity sha512-OfNtUKc/ZwzivmZnnpwWREfaYncXteKHskn3yDnz+fPBZ6wfM4GR+d5RwjREzYFWE+o5iR9ruXhWw/8fejWM9g==
2158
2243
  dependencies:
2159
2244
  "@ethersproject/abi" "^5.1.2"
2160
2245
  "@ethersproject/address" "^5.0.2"
2161
2246
  cbor "^5.0.2"
2162
2247
  debug "^4.1.1"
2163
2248
  fs-extra "^7.0.1"
2164
- node-fetch "^2.6.0"
2165
2249
  semver "^6.3.0"
2250
+ undici "^4.14.1"
2166
2251
 
2167
- "@nomiclabs/hardhat-waffle@^2.0.1":
2168
- version "2.0.1"
2169
- resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-waffle/-/hardhat-waffle-2.0.1.tgz#5d43654fba780720c5033dea240fe14f70ef4bd2"
2170
- integrity sha512-2YR2V5zTiztSH9n8BYWgtv3Q+EL0N5Ltm1PAr5z20uAY4SkkfylJ98CIqt18XFvxTD5x4K2wKBzddjV9ViDAZQ==
2252
+ "@nomiclabs/hardhat-waffle@^2.0.3":
2253
+ version "2.0.3"
2254
+ resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-waffle/-/hardhat-waffle-2.0.3.tgz#9c538a09c5ed89f68f5fd2dc3f78f16ed1d6e0b1"
2255
+ integrity sha512-049PHSnI1CZq6+XTbrMbMv5NaL7cednTfPenx02k3cEh8wBMLa6ys++dBETJa6JjfwgA9nBhhHQ173LJv6k2Pg==
2171
2256
  dependencies:
2172
2257
  "@types/sinon-chai" "^3.2.3"
2173
2258
  "@types/web3" "1.0.19"
@@ -3035,6 +3120,13 @@
3035
3120
  resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.10.tgz#61cc8469849e5bcdd0c7044122265c39cec10cf4"
3036
3121
  integrity sha512-C7srjHiVG3Ey1nR6d511dtDkCEjxuN9W1HWAEjGq8kpcwmNM6JJkpC0xvabM7BXTG2wDq8Eu33iH9aQKa7IvLQ==
3037
3122
 
3123
+ "@types/debug@^4.1.5":
3124
+ version "4.1.7"
3125
+ resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz#7cc0ea761509124709b8b2d1090d8f6c17aadb82"
3126
+ integrity sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==
3127
+ dependencies:
3128
+ "@types/ms" "*"
3129
+
3038
3130
  "@types/ed2curve@^0.2.2":
3039
3131
  version "0.2.2"
3040
3132
  resolved "https://registry.yarnpkg.com/@types/ed2curve/-/ed2curve-0.2.2.tgz#8f8bc7e2c9a5895a941c63a4f7acd7a6a62a5b15"
@@ -3042,6 +3134,21 @@
3042
3134
  dependencies:
3043
3135
  tweetnacl "^1.0.0"
3044
3136
 
3137
+ "@types/elliptic@^6.4.9":
3138
+ version "6.4.14"
3139
+ resolved "https://registry.yarnpkg.com/@types/elliptic/-/elliptic-6.4.14.tgz#7bbaad60567a588c1f08b10893453e6b9b4de48e"
3140
+ integrity sha512-z4OBcDAU0GVwDTuwJzQCiL6188QvZMkvoERgcVjq0/mPM8jCfdwZ3x5zQEVoL9WCAru3aG5wl3Z5Ww5wBWn7ZQ==
3141
+ dependencies:
3142
+ "@types/bn.js" "*"
3143
+
3144
+ "@types/ethereumjs-util@^5.2.0":
3145
+ version "5.2.0"
3146
+ resolved "https://registry.yarnpkg.com/@types/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz#f49fe8114789ec0871721392c09318c3eb56671b"
3147
+ integrity sha512-qwQgQqXXTRv2h2AlJef+tMEszLFkCB9dWnrJYIdAwqjubERXEc/geB+S3apRw0yQyTVnsBf8r6BhlrE8vx+3WQ==
3148
+ dependencies:
3149
+ "@types/bn.js" "*"
3150
+ "@types/node" "*"
3151
+
3045
3152
  "@types/express-serve-static-core@^4.17.18", "@types/express-serve-static-core@^4.17.21":
3046
3153
  version "4.17.24"
3047
3154
  resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.24.tgz#ea41f93bf7e0d59cd5a76665068ed6aab6815c07"
@@ -3175,6 +3282,11 @@
3175
3282
  resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.0.0.tgz#3205bcd15ada9bc681ac20bef64e9e6df88fd297"
3176
3283
  integrity sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==
3177
3284
 
3285
+ "@types/ms@*":
3286
+ version "0.7.31"
3287
+ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
3288
+ integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
3289
+
3178
3290
  "@types/node-fetch@^2.5.5":
3179
3291
  version "2.5.12"
3180
3292
  resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66"
@@ -3198,7 +3310,7 @@
3198
3310
  resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.6.tgz#df929d1bb2eee5afdda598a41930fe50b43eaa6a"
3199
3311
  integrity sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==
3200
3312
 
3201
- "@types/node@^10.0.3", "@types/node@^10.1.0", "@types/node@^10.3.2":
3313
+ "@types/node@^10.0.3", "@types/node@^10.1.0", "@types/node@^10.12.18", "@types/node@^10.3.2":
3202
3314
  version "10.17.60"
3203
3315
  resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
3204
3316
  integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
@@ -3284,6 +3396,11 @@
3284
3396
  resolved "https://registry.yarnpkg.com/@types/underscore/-/underscore-1.11.3.tgz#d6734f3741ce41b2630018c6b61c6745f6188c07"
3285
3397
  integrity sha512-Fl1TX1dapfXyDqFg2ic9M+vlXRktcPJrc4PR7sRc7sdVrjavg/JHlbUXBt8qWWqhJrmSqg3RNAkAPRiOYw6Ahw==
3286
3398
 
3399
+ "@types/utf8@^2.1.6":
3400
+ version "2.1.6"
3401
+ resolved "https://registry.yarnpkg.com/@types/utf8/-/utf8-2.1.6.tgz#430cabb71a42d0a3613cce5621324fe4f5a25753"
3402
+ integrity sha512-pRs2gYF5yoKYrgSaira0DJqVg2tFuF+Qjp838xS7K+mJyY2jJzjsrl6y17GbIa4uMRogMbxs+ghNCvKg6XyNrA==
3403
+
3287
3404
  "@types/web3@1.0.19":
3288
3405
  version "1.0.19"
3289
3406
  resolved "https://registry.yarnpkg.com/@types/web3/-/web3-1.0.19.tgz#46b85d91d398ded9ab7c85a5dd57cb33ac558924"
@@ -6824,7 +6941,7 @@ elliptic@6.3.3:
6824
6941
  hash.js "^1.0.0"
6825
6942
  inherits "^2.0.1"
6826
6943
 
6827
- elliptic@6.5.4, elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3:
6944
+ elliptic@6.5.4, elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5.4:
6828
6945
  version "6.5.4"
6829
6946
  resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
6830
6947
  integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
@@ -7314,7 +7431,7 @@ eth-lib@0.2.7:
7314
7431
  elliptic "^6.4.0"
7315
7432
  xhr-request-promise "^0.1.2"
7316
7433
 
7317
- eth-lib@0.2.8:
7434
+ eth-lib@0.2.8, eth-lib@^0.2.8:
7318
7435
  version "0.2.8"
7319
7436
  resolved "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.2.8.tgz#b194058bef4b220ad12ea497431d6cb6aa0623c8"
7320
7437
  integrity sha512-ArJ7x1WcWOlSpzdoTBX8vkwlkSQ85CjjifSZtV4co64vWxSV8geWfPI9x4SVYu3DSxnX4yWFVTtGL+j9DUFLNw==
@@ -8631,6 +8748,11 @@ fp-ts@1.19.3:
8631
8748
  resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-1.19.3.tgz#261a60d1088fbff01f91256f91d21d0caaaaa96f"
8632
8749
  integrity sha512-H5KQDspykdHuztLTg+ajGN0Z2qUjcEf3Ybxc6hLt0k7/zPkn29XnKnxlBPyW2XIddWrGaJBzBl4VLYOtk39yZg==
8633
8750
 
8751
+ fp-ts@2.1.1:
8752
+ version "2.1.1"
8753
+ resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.1.1.tgz#c910544499d7c959351bb4260ee7c44a544084c1"
8754
+ integrity sha512-YcWhMdDCFCja0MmaDroTgNu+NWWrrnUEn92nvDgrtVy9Z71YFnhNVIghoHPt8gs82ijoMzFGeWKvArbyICiJgw==
8755
+
8634
8756
  fp-ts@^1.0.0:
8635
8757
  version "1.19.5"
8636
8758
  resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-1.19.5.tgz#3da865e585dfa1fdfd51785417357ac50afc520a"
@@ -9829,6 +9951,11 @@ io-ts@1.10.4:
9829
9951
  dependencies:
9830
9952
  fp-ts "^1.0.0"
9831
9953
 
9954
+ io-ts@2.0.1:
9955
+ version "2.0.1"
9956
+ resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.0.1.tgz#1261c12f915c2f48d16393a36966636b48a45aa1"
9957
+ integrity sha512-RezD+WcCfW4VkMkEcQWL/Nmy/nqsWTvTYg7oUmTGzglvSSV2P9h2z1PVeREPFf0GWNzruYleAt1XCMQZSg1xxQ==
9958
+
9832
9959
  ip-regex@^4.0.0:
9833
9960
  version "4.3.0"
9834
9961
  resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5"
@@ -17010,6 +17137,16 @@ web3-bzz@1.2.11:
17010
17137
  swarm-js "^0.1.40"
17011
17138
  underscore "1.9.1"
17012
17139
 
17140
+ web3-bzz@1.3.6:
17141
+ version "1.3.6"
17142
+ resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.3.6.tgz#95f370aecc3ff6ad07f057e6c0c916ef09b04dde"
17143
+ integrity sha512-ibHdx1wkseujFejrtY7ZyC0QxQ4ATXjzcNUpaLrvM6AEae8prUiyT/OloG9FWDgFD2CPLwzKwfSQezYQlANNlw==
17144
+ dependencies:
17145
+ "@types/node" "^12.12.6"
17146
+ got "9.6.0"
17147
+ swarm-js "^0.1.40"
17148
+ underscore "1.12.1"
17149
+
17013
17150
  web3-bzz@1.4.0:
17014
17151
  version "1.4.0"
17015
17152
  resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.4.0.tgz#78a5db3544624b6709b2554094d931639f6f85b8"
@@ -17038,6 +17175,15 @@ web3-core-helpers@1.2.11:
17038
17175
  web3-eth-iban "1.2.11"
17039
17176
  web3-utils "1.2.11"
17040
17177
 
17178
+ web3-core-helpers@1.3.6:
17179
+ version "1.3.6"
17180
+ resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.3.6.tgz#c478246a9abe4e5456acf42657dac2f7c330be74"
17181
+ integrity sha512-nhtjA2ZbkppjlxTSwG0Ttu6FcPkVu1rCN5IFAOVpF/L0SEt+jy+O5l90+cjDq0jAYvlBwUwnbh2mR9hwDEJCNA==
17182
+ dependencies:
17183
+ underscore "1.12.1"
17184
+ web3-eth-iban "1.3.6"
17185
+ web3-utils "1.3.6"
17186
+
17041
17187
  web3-core-helpers@1.4.0:
17042
17188
  version "1.4.0"
17043
17189
  resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.4.0.tgz#5cbed46dd325b9498f6fafb15aed4a4295cce514"
@@ -17070,6 +17216,18 @@ web3-core-method@1.2.11:
17070
17216
  web3-core-subscriptions "1.2.11"
17071
17217
  web3-utils "1.2.11"
17072
17218
 
17219
+ web3-core-method@1.3.6:
17220
+ version "1.3.6"
17221
+ resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.3.6.tgz#4b0334edd94b03dfec729d113c69a4eb6ebc68ae"
17222
+ integrity sha512-RyegqVGxn0cyYW5yzAwkPlsSEynkdPiegd7RxgB4ak1eKk2Cv1q2x4C7D2sZjeeCEF+q6fOkVmo2OZNqS2iQxg==
17223
+ dependencies:
17224
+ "@ethersproject/transactions" "^5.0.0-beta.135"
17225
+ underscore "1.12.1"
17226
+ web3-core-helpers "1.3.6"
17227
+ web3-core-promievent "1.3.6"
17228
+ web3-core-subscriptions "1.3.6"
17229
+ web3-utils "1.3.6"
17230
+
17073
17231
  web3-core-method@1.4.0:
17074
17232
  version "1.4.0"
17075
17233
  resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.4.0.tgz#0e26001e4029d359731b25a82e0bed4d1bef8392"
@@ -17097,6 +17255,13 @@ web3-core-promievent@1.2.11:
17097
17255
  dependencies:
17098
17256
  eventemitter3 "4.0.4"
17099
17257
 
17258
+ web3-core-promievent@1.3.6:
17259
+ version "1.3.6"
17260
+ resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.3.6.tgz#6c27dc79de8f71b74f5d17acaf9aaf593d3cb0c9"
17261
+ integrity sha512-Z+QzfyYDTXD5wJmZO5wwnRO8bAAHEItT1XNSPVb4J1CToV/I/SbF7CuF8Uzh2jns0Cm1109o666H7StFFvzVKw==
17262
+ dependencies:
17263
+ eventemitter3 "4.0.4"
17264
+
17100
17265
  web3-core-promievent@1.4.0:
17101
17266
  version "1.4.0"
17102
17267
  resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.4.0.tgz#531644dab287e83653d983aeb3d9daa0f894f775"
@@ -17126,6 +17291,18 @@ web3-core-requestmanager@1.2.11:
17126
17291
  web3-providers-ipc "1.2.11"
17127
17292
  web3-providers-ws "1.2.11"
17128
17293
 
17294
+ web3-core-requestmanager@1.3.6:
17295
+ version "1.3.6"
17296
+ resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.3.6.tgz#4fea269fe913fd4fca464b4f7c65cb94857b5b2a"
17297
+ integrity sha512-2rIaeuqeo7QN1Eex7aXP0ZqeteJEPWXYFS/M3r3LXMiV8R4STQBKE+//dnHJXoo2ctzEB5cgd+7NaJM8S3gPyA==
17298
+ dependencies:
17299
+ underscore "1.12.1"
17300
+ util "^0.12.0"
17301
+ web3-core-helpers "1.3.6"
17302
+ web3-providers-http "1.3.6"
17303
+ web3-providers-ipc "1.3.6"
17304
+ web3-providers-ws "1.3.6"
17305
+
17129
17306
  web3-core-requestmanager@1.4.0:
17130
17307
  version "1.4.0"
17131
17308
  resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.4.0.tgz#39043da0e1a1b1474f85af531df786e6036ef4b3"
@@ -17156,6 +17333,15 @@ web3-core-subscriptions@1.2.11:
17156
17333
  underscore "1.9.1"
17157
17334
  web3-core-helpers "1.2.11"
17158
17335
 
17336
+ web3-core-subscriptions@1.3.6:
17337
+ version "1.3.6"
17338
+ resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.3.6.tgz#ee24e7974d1d72ff6c992c599deba4ef9b308415"
17339
+ integrity sha512-wi9Z9X5X75OKvxAg42GGIf81ttbNR2TxzkAsp1g+nnp5K8mBwgZvXrIsDuj7Z7gx72Y45mWJADCWjk/2vqNu8g==
17340
+ dependencies:
17341
+ eventemitter3 "4.0.4"
17342
+ underscore "1.12.1"
17343
+ web3-core-helpers "1.3.6"
17344
+
17159
17345
  web3-core-subscriptions@1.4.0:
17160
17346
  version "1.4.0"
17161
17347
  resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.4.0.tgz#ec44e5cfe7bffe0c2a9da330007f88e08e1b5837"
@@ -17188,6 +17374,19 @@ web3-core@1.2.11:
17188
17374
  web3-core-requestmanager "1.2.11"
17189
17375
  web3-utils "1.2.11"
17190
17376
 
17377
+ web3-core@1.3.6:
17378
+ version "1.3.6"
17379
+ resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.3.6.tgz#a6a761d1ff2f3ee462b8dab679229d2f8e267504"
17380
+ integrity sha512-gkLDM4T1Sc0T+HZIwxrNrwPg0IfWI0oABSglP2X5ZbBAYVUeEATA0o92LWV8BeF+okvKXLK1Fek/p6axwM/h3Q==
17381
+ dependencies:
17382
+ "@types/bn.js" "^4.11.5"
17383
+ "@types/node" "^12.12.6"
17384
+ bignumber.js "^9.0.0"
17385
+ web3-core-helpers "1.3.6"
17386
+ web3-core-method "1.3.6"
17387
+ web3-core-requestmanager "1.3.6"
17388
+ web3-utils "1.3.6"
17389
+
17191
17390
  web3-core@1.4.0:
17192
17391
  version "1.4.0"
17193
17392
  resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.4.0.tgz#db830ed9fa9cca37479c501f0e5bc4201493b46b"
@@ -17219,6 +17418,15 @@ web3-eth-abi@1.2.11:
17219
17418
  underscore "1.9.1"
17220
17419
  web3-utils "1.2.11"
17221
17420
 
17421
+ web3-eth-abi@1.3.6:
17422
+ version "1.3.6"
17423
+ resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.3.6.tgz#4272ca48d817aa651bbf97b269f5ff10abc2b8a9"
17424
+ integrity sha512-Or5cRnZu6WzgScpmbkvC6bfNxR26hqiKK4i8sMPFeTUABQcb/FU3pBj7huBLYbp9dH+P5W79D2MqwbWwjj9DoQ==
17425
+ dependencies:
17426
+ "@ethersproject/abi" "5.0.7"
17427
+ underscore "1.12.1"
17428
+ web3-utils "1.3.6"
17429
+
17222
17430
  web3-eth-abi@1.4.0:
17223
17431
  version "1.4.0"
17224
17432
  resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.4.0.tgz#83f9f0ce48fd6d6b233a30a33bd674b3518e472b"
@@ -17262,6 +17470,23 @@ web3-eth-accounts@1.2.11:
17262
17470
  web3-core-method "1.2.11"
17263
17471
  web3-utils "1.2.11"
17264
17472
 
17473
+ web3-eth-accounts@1.3.6:
17474
+ version "1.3.6"
17475
+ resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.3.6.tgz#f9fcb50b28ee58090ab292a10d996155caa2b474"
17476
+ integrity sha512-Ilr0hG6ONbCdSlVKffasCmNwftD5HsNpwyQASevocIQwHdTlvlwO0tb3oGYuajbKOaDzNTwXfz25bttAEoFCGA==
17477
+ dependencies:
17478
+ crypto-browserify "3.12.0"
17479
+ eth-lib "0.2.8"
17480
+ ethereumjs-common "^1.3.2"
17481
+ ethereumjs-tx "^2.1.1"
17482
+ scrypt-js "^3.0.1"
17483
+ underscore "1.12.1"
17484
+ uuid "3.3.2"
17485
+ web3-core "1.3.6"
17486
+ web3-core-helpers "1.3.6"
17487
+ web3-core-method "1.3.6"
17488
+ web3-utils "1.3.6"
17489
+
17265
17490
  web3-eth-accounts@1.4.0:
17266
17491
  version "1.4.0"
17267
17492
  resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.4.0.tgz#25fc4b2b582a16b77c1492f27f58c59481156068"
@@ -17309,6 +17534,21 @@ web3-eth-contract@1.2.11:
17309
17534
  web3-eth-abi "1.2.11"
17310
17535
  web3-utils "1.2.11"
17311
17536
 
17537
+ web3-eth-contract@1.3.6:
17538
+ version "1.3.6"
17539
+ resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.3.6.tgz#cccf4d32dc56917fb6923e778498a9ba2a5ba866"
17540
+ integrity sha512-8gDaRrLF2HCg+YEZN1ov0zN35vmtPnGf3h1DxmJQK5Wm2lRMLomz9rsWsuvig3UJMHqZAQKD7tOl3ocJocQsmA==
17541
+ dependencies:
17542
+ "@types/bn.js" "^4.11.5"
17543
+ underscore "1.12.1"
17544
+ web3-core "1.3.6"
17545
+ web3-core-helpers "1.3.6"
17546
+ web3-core-method "1.3.6"
17547
+ web3-core-promievent "1.3.6"
17548
+ web3-core-subscriptions "1.3.6"
17549
+ web3-eth-abi "1.3.6"
17550
+ web3-utils "1.3.6"
17551
+
17312
17552
  web3-eth-contract@1.4.0:
17313
17553
  version "1.4.0"
17314
17554
  resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.4.0.tgz#604187d1e44365fa0c0592e61ac5a1b5fd7c2eaa"
@@ -17353,6 +17593,21 @@ web3-eth-ens@1.2.11:
17353
17593
  web3-eth-contract "1.2.11"
17354
17594
  web3-utils "1.2.11"
17355
17595
 
17596
+ web3-eth-ens@1.3.6:
17597
+ version "1.3.6"
17598
+ resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.3.6.tgz#0d28c5d4ea7b4462ef6c077545a77956a6cdf175"
17599
+ integrity sha512-n27HNj7lpSkRxTgSx+Zo7cmKAgyg2ElFilaFlUu/X2CNH23lXfcPm2bWssivH9z0ndhg0OyR4AYFZqPaqDHkJA==
17600
+ dependencies:
17601
+ content-hash "^2.5.2"
17602
+ eth-ens-namehash "2.0.8"
17603
+ underscore "1.12.1"
17604
+ web3-core "1.3.6"
17605
+ web3-core-helpers "1.3.6"
17606
+ web3-core-promievent "1.3.6"
17607
+ web3-eth-abi "1.3.6"
17608
+ web3-eth-contract "1.3.6"
17609
+ web3-utils "1.3.6"
17610
+
17356
17611
  web3-eth-ens@1.4.0:
17357
17612
  version "1.4.0"
17358
17613
  resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.4.0.tgz#4e66dfc3bdc6439553482972ffb2a181f1c12cbc"
@@ -17384,6 +17639,14 @@ web3-eth-iban@1.2.11:
17384
17639
  bn.js "^4.11.9"
17385
17640
  web3-utils "1.2.11"
17386
17641
 
17642
+ web3-eth-iban@1.3.6:
17643
+ version "1.3.6"
17644
+ resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.3.6.tgz#0d6ba21fe78f190af8919e9cd5453882457209e0"
17645
+ integrity sha512-nfMQaaLA/zsg5W4Oy/EJQbs8rSs1vBAX6b/35xzjYoutXlpHMQadujDx2RerTKhSHqFXSJeQAfE+2f6mdhYkRQ==
17646
+ dependencies:
17647
+ bn.js "^4.11.9"
17648
+ web3-utils "1.3.6"
17649
+
17387
17650
  web3-eth-iban@1.4.0:
17388
17651
  version "1.4.0"
17389
17652
  resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.4.0.tgz#b54902c019d677b6356d838b3e964f925017c143"
@@ -17415,6 +17678,18 @@ web3-eth-personal@1.2.11:
17415
17678
  web3-net "1.2.11"
17416
17679
  web3-utils "1.2.11"
17417
17680
 
17681
+ web3-eth-personal@1.3.6:
17682
+ version "1.3.6"
17683
+ resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.3.6.tgz#226137916754c498f0284f22c55924c87a2efcf0"
17684
+ integrity sha512-pOHU0+/h1RFRYoh1ehYBehRbcKWP4OSzd4F7mDljhHngv6W8ewMHrAN8O1ol9uysN2MuCdRE19qkRg5eNgvzFQ==
17685
+ dependencies:
17686
+ "@types/node" "^12.12.6"
17687
+ web3-core "1.3.6"
17688
+ web3-core-helpers "1.3.6"
17689
+ web3-core-method "1.3.6"
17690
+ web3-net "1.3.6"
17691
+ web3-utils "1.3.6"
17692
+
17418
17693
  web3-eth-personal@1.4.0:
17419
17694
  version "1.4.0"
17420
17695
  resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.4.0.tgz#77420d1f49e36f8c461a61aeabac16045d8592c0"
@@ -17465,6 +17740,25 @@ web3-eth@1.2.11:
17465
17740
  web3-net "1.2.11"
17466
17741
  web3-utils "1.2.11"
17467
17742
 
17743
+ web3-eth@1.3.6:
17744
+ version "1.3.6"
17745
+ resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.3.6.tgz#2c650893d540a7a0eb1365dd5b2dca24ac919b7c"
17746
+ integrity sha512-9+rnywRRpyX3C4hfsAQXPQh6vHh9XzQkgLxo3gyeXfbhbShUoq2gFVuy42vsRs//6JlsKdyZS7Z3hHPHz2wreA==
17747
+ dependencies:
17748
+ underscore "1.12.1"
17749
+ web3-core "1.3.6"
17750
+ web3-core-helpers "1.3.6"
17751
+ web3-core-method "1.3.6"
17752
+ web3-core-subscriptions "1.3.6"
17753
+ web3-eth-abi "1.3.6"
17754
+ web3-eth-accounts "1.3.6"
17755
+ web3-eth-contract "1.3.6"
17756
+ web3-eth-ens "1.3.6"
17757
+ web3-eth-iban "1.3.6"
17758
+ web3-eth-personal "1.3.6"
17759
+ web3-net "1.3.6"
17760
+ web3-utils "1.3.6"
17761
+
17468
17762
  web3-eth@1.4.0:
17469
17763
  version "1.4.0"
17470
17764
  resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.4.0.tgz#6ca2dcbd72d128a225ada1fec0d1e751f8df5200"
@@ -17502,6 +17796,15 @@ web3-net@1.2.11:
17502
17796
  web3-core-method "1.2.11"
17503
17797
  web3-utils "1.2.11"
17504
17798
 
17799
+ web3-net@1.3.6:
17800
+ version "1.3.6"
17801
+ resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.3.6.tgz#a56492e2227475e38db29394f8bac305a2446e41"
17802
+ integrity sha512-KhzU3wMQY/YYjyMiQzbaLPt2kut88Ncx2iqjy3nw28vRux3gVX0WOCk9EL/KVJBiAA/fK7VklTXvgy9dZnnipw==
17803
+ dependencies:
17804
+ web3-core "1.3.6"
17805
+ web3-core-method "1.3.6"
17806
+ web3-utils "1.3.6"
17807
+
17505
17808
  web3-net@1.4.0:
17506
17809
  version "1.4.0"
17507
17810
  resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.4.0.tgz#eaea1562dc96ddde6f14e823d2b94886091d2049"
@@ -17573,6 +17876,14 @@ web3-providers-http@1.2.11:
17573
17876
  web3-core-helpers "1.2.11"
17574
17877
  xhr2-cookies "1.1.0"
17575
17878
 
17879
+ web3-providers-http@1.3.6:
17880
+ version "1.3.6"
17881
+ resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.3.6.tgz#36e8724a7424d52827819d53fd75dbf31f5422c2"
17882
+ integrity sha512-OQkT32O1A06dISIdazpGLveZcOXhEo5cEX6QyiSQkiPk/cjzDrXMw4SKZOGQbbS1+0Vjizm1Hrp7O8Vp2D1M5Q==
17883
+ dependencies:
17884
+ web3-core-helpers "1.3.6"
17885
+ xhr2-cookies "1.1.0"
17886
+
17576
17887
  web3-providers-http@1.4.0:
17577
17888
  version "1.4.0"
17578
17889
  resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.4.0.tgz#2d67f85fda00765c1402aede3d7e6cbacaa3091b"
@@ -17599,6 +17910,15 @@ web3-providers-ipc@1.2.11:
17599
17910
  underscore "1.9.1"
17600
17911
  web3-core-helpers "1.2.11"
17601
17912
 
17913
+ web3-providers-ipc@1.3.6:
17914
+ version "1.3.6"
17915
+ resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.3.6.tgz#cef8d12c1ebb47adce5ebf597f553c623362cb4a"
17916
+ integrity sha512-+TVsSd2sSVvVgHG4s6FXwwYPPT91boKKcRuEFXqEfAbUC5t52XOgmyc2LNiD9LzPhed65FbV4LqICpeYGUvSwA==
17917
+ dependencies:
17918
+ oboe "2.1.5"
17919
+ underscore "1.12.1"
17920
+ web3-core-helpers "1.3.6"
17921
+
17602
17922
  web3-providers-ipc@1.4.0:
17603
17923
  version "1.4.0"
17604
17924
  resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.4.0.tgz#cd14e93e2d22689a26587dd2d2101e575d1e2924"
@@ -17627,6 +17947,16 @@ web3-providers-ws@1.2.11:
17627
17947
  web3-core-helpers "1.2.11"
17628
17948
  websocket "^1.0.31"
17629
17949
 
17950
+ web3-providers-ws@1.3.6:
17951
+ version "1.3.6"
17952
+ resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.3.6.tgz#e1df617bc89d66165abdf2191da0014c505bfaac"
17953
+ integrity sha512-bk7MnJf5or0Re2zKyhR3L3CjGululLCHXx4vlbc/drnaTARUVvi559OI5uLytc/1k5HKUUyENAxLvetz2G1dnQ==
17954
+ dependencies:
17955
+ eventemitter3 "4.0.4"
17956
+ underscore "1.12.1"
17957
+ web3-core-helpers "1.3.6"
17958
+ websocket "^1.0.32"
17959
+
17630
17960
  web3-providers-ws@1.4.0:
17631
17961
  version "1.4.0"
17632
17962
  resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.4.0.tgz#a4db03fc865a73db62bc15c5da37f930517cfe08"
@@ -17657,6 +17987,16 @@ web3-shh@1.2.11:
17657
17987
  web3-core-subscriptions "1.2.11"
17658
17988
  web3-net "1.2.11"
17659
17989
 
17990
+ web3-shh@1.3.6:
17991
+ version "1.3.6"
17992
+ resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.3.6.tgz#4e3486c7eca5cbdb87f88910948223a5b7ea6c20"
17993
+ integrity sha512-9zRo415O0iBslxBnmu9OzYjNErzLnzOsy+IOvSpIreLYbbAw0XkDWxv3SfcpKnTIWIACBR4AYMIxmmyi5iB3jw==
17994
+ dependencies:
17995
+ web3-core "1.3.6"
17996
+ web3-core-method "1.3.6"
17997
+ web3-core-subscriptions "1.3.6"
17998
+ web3-net "1.3.6"
17999
+
17660
18000
  web3-shh@1.4.0:
17661
18001
  version "1.4.0"
17662
18002
  resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.4.0.tgz#d22ff8dce16987bef73172191d9e95c3ccf0aa80"
@@ -17694,6 +18034,20 @@ web3-utils@1.2.11:
17694
18034
  underscore "1.9.1"
17695
18035
  utf8 "3.0.0"
17696
18036
 
18037
+ web3-utils@1.3.6:
18038
+ version "1.3.6"
18039
+ resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.3.6.tgz#390bc9fa3a7179746963cfaca55bb80ac4d8dc10"
18040
+ integrity sha512-hHatFaQpkQgjGVER17gNx8u1qMyaXFZtM0y0XLGH1bzsjMPlkMPLRcYOrZ00rOPfTEuYFOdrpGOqZXVmGrMZRg==
18041
+ dependencies:
18042
+ bn.js "^4.11.9"
18043
+ eth-lib "0.2.8"
18044
+ ethereum-bloom-filters "^1.0.6"
18045
+ ethjs-unit "0.1.6"
18046
+ number-to-bn "1.7.0"
18047
+ randombytes "^2.1.0"
18048
+ underscore "1.12.1"
18049
+ utf8 "3.0.0"
18050
+
17697
18051
  web3-utils@1.4.0, web3-utils@^1.0.0-beta.31, web3-utils@^1.3.0:
17698
18052
  version "1.4.0"
17699
18053
  resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.4.0.tgz#e8cb381c81b242dc1d4ecb397200356d404410e6"
@@ -17734,6 +18088,19 @@ web3@1.2.11:
17734
18088
  web3-shh "1.2.11"
17735
18089
  web3-utils "1.2.11"
17736
18090
 
18091
+ web3@1.3.6:
18092
+ version "1.3.6"
18093
+ resolved "https://registry.yarnpkg.com/web3/-/web3-1.3.6.tgz#599425461c3f9a8cbbefa70616438995f4a064cc"
18094
+ integrity sha512-jEpPhnL6GDteifdVh7ulzlPrtVQeA30V9vnki9liYlUvLV82ZM7BNOQJiuzlDePuE+jZETZSP/0G/JlUVt6pOA==
18095
+ dependencies:
18096
+ web3-bzz "1.3.6"
18097
+ web3-core "1.3.6"
18098
+ web3-eth "1.3.6"
18099
+ web3-eth-personal "1.3.6"
18100
+ web3-net "1.3.6"
18101
+ web3-shh "1.3.6"
18102
+ web3-utils "1.3.6"
18103
+
17737
18104
  web3@1.4.0:
17738
18105
  version "1.4.0"
17739
18106
  resolved "https://registry.yarnpkg.com/web3/-/web3-1.4.0.tgz#717c01723226daebab9274be5cb56644de860688"