@venusprotocol/isolated-pools 1.0.0-dev.8 → 1.0.0-dev.9

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 (210) hide show
  1. package/README.md +1 -11
  2. package/contracts/Comptroller.sol +1 -1
  3. package/contracts/Pool/PoolRegistry.sol +39 -207
  4. package/contracts/lib/imports.sol +11 -0
  5. package/dist/deploy/006-deploy-factories.js +1 -32
  6. package/dist/deploy/007-access-control-configure.js +2 -6
  7. package/dist/deploy/009-deploy-pools.js +84 -23
  8. package/package.json +1 -1
  9. package/artifacts/@openzeppelin/contracts/access/AccessControl.sol/AccessControl.dbg.json +0 -4
  10. package/artifacts/@openzeppelin/contracts/access/AccessControl.sol/AccessControl.json +0 -215
  11. package/artifacts/@openzeppelin/contracts/access/IAccessControl.sol/IAccessControl.dbg.json +0 -4
  12. package/artifacts/@openzeppelin/contracts/access/IAccessControl.sol/IAccessControl.json +0 -183
  13. package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +0 -4
  14. package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +0 -63
  15. package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +0 -4
  16. package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +0 -56
  17. package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.dbg.json +0 -4
  18. package/artifacts/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.json +0 -24
  19. package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol/ERC1967Upgrade.dbg.json +0 -4
  20. package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol/ERC1967Upgrade.json +0 -56
  21. package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +0 -4
  22. package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +0 -19
  23. package/artifacts/@openzeppelin/contracts/proxy/beacon/BeaconProxy.sol/BeaconProxy.dbg.json +0 -4
  24. package/artifacts/@openzeppelin/contracts/proxy/beacon/BeaconProxy.sol/BeaconProxy.json +0 -80
  25. package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +0 -4
  26. package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +0 -24
  27. package/artifacts/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.dbg.json +0 -4
  28. package/artifacts/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.json +0 -113
  29. package/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +0 -4
  30. package/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +0 -297
  31. package/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +0 -4
  32. package/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.json +0 -194
  33. package/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +0 -4
  34. package/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.json +0 -233
  35. package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +0 -4
  36. package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.json +0 -10
  37. package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +0 -4
  38. package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +0 -10
  39. package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +0 -4
  40. package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +0 -10
  41. package/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +0 -4
  42. package/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +0 -10
  43. package/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +0 -4
  44. package/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.json +0 -30
  45. package/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +0 -4
  46. package/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.json +0 -30
  47. package/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +0 -4
  48. package/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.json +0 -10
  49. package/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.dbg.json +0 -4
  50. package/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.json +0 -10
  51. package/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.dbg.json +0 -4
  52. package/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.json +0 -115
  53. package/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +0 -4
  54. package/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.json +0 -76
  55. package/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +0 -4
  56. package/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.json +0 -24
  57. package/artifacts/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol/ReentrancyGuardUpgradeable.dbg.json +0 -4
  58. package/artifacts/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol/ReentrancyGuardUpgradeable.json +0 -24
  59. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.dbg.json +0 -4
  60. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.json +0 -194
  61. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol/IERC20PermitUpgradeable.dbg.json +0 -4
  62. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol/IERC20PermitUpgradeable.json +0 -86
  63. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol/SafeERC20Upgradeable.dbg.json +0 -4
  64. package/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol/SafeERC20Upgradeable.json +0 -10
  65. package/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +0 -4
  66. package/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.json +0 -10
  67. package/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +0 -4
  68. package/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.json +0 -24
  69. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlManager.sol/AccessControlManager.dbg.json +0 -4
  70. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlManager.sol/AccessControlManager.json +0 -369
  71. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol/AccessControlledV8.dbg.json +0 -4
  72. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol/AccessControlledV8.json +0 -181
  73. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.dbg.json +0 -4
  74. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.json +0 -282
  75. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/BoundValidatorInterface.dbg.json +0 -4
  76. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/BoundValidatorInterface.json +0 -40
  77. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/OracleInterface.dbg.json +0 -4
  78. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/OracleInterface.json +0 -30
  79. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/ResilientOracleInterface.dbg.json +0 -4
  80. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/ResilientOracleInterface.json +0 -43
  81. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/TwapInterface.dbg.json +0 -4
  82. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/TwapInterface.json +0 -49
  83. package/artifacts/build-info/8c02b3a8e3642dffe55772a8d2bed46f.json +0 -1
  84. package/artifacts/build-info/f19d689bc99e63a20dd2a17a14e2b84a.json +0 -1
  85. package/artifacts/contracts/BaseJumpRateModelV2.sol/BaseJumpRateModelV2.dbg.json +0 -4
  86. package/artifacts/contracts/BaseJumpRateModelV2.sol/BaseJumpRateModelV2.json +0 -276
  87. package/artifacts/contracts/Comptroller.sol/Comptroller.dbg.json +0 -4
  88. package/artifacts/contracts/Comptroller.sol/Comptroller.json +0 -1667
  89. package/artifacts/contracts/ComptrollerInterface.sol/ComptrollerInterface.dbg.json +0 -4
  90. package/artifacts/contracts/ComptrollerInterface.sol/ComptrollerInterface.json +0 -285
  91. package/artifacts/contracts/ComptrollerInterface.sol/ComptrollerViewInterface.dbg.json +0 -4
  92. package/artifacts/contracts/ComptrollerInterface.sol/ComptrollerViewInterface.json +0 -170
  93. package/artifacts/contracts/ComptrollerStorage.sol/ComptrollerStorage.dbg.json +0 -4
  94. package/artifacts/contracts/ComptrollerStorage.sol/ComptrollerStorage.json +0 -173
  95. package/artifacts/contracts/ErrorReporter.sol/TokenErrorReporter.dbg.json +0 -4
  96. package/artifacts/contracts/ErrorReporter.sol/TokenErrorReporter.json +0 -156
  97. package/artifacts/contracts/ExponentialNoError.sol/ExponentialNoError.dbg.json +0 -4
  98. package/artifacts/contracts/ExponentialNoError.sol/ExponentialNoError.json +0 -10
  99. package/artifacts/contracts/Factories/JumpRateModelFactory.sol/JumpRateModelFactory.dbg.json +0 -4
  100. package/artifacts/contracts/Factories/JumpRateModelFactory.sol/JumpRateModelFactory.json +0 -50
  101. package/artifacts/contracts/Factories/VTokenProxyFactory.sol/VTokenProxyFactory.dbg.json +0 -4
  102. package/artifacts/contracts/Factories/VTokenProxyFactory.sol/VTokenProxyFactory.json +0 -191
  103. package/artifacts/contracts/Factories/WhitePaperInterestRateModelFactory.sol/WhitePaperInterestRateModelFactory.dbg.json +0 -4
  104. package/artifacts/contracts/Factories/WhitePaperInterestRateModelFactory.sol/WhitePaperInterestRateModelFactory.json +0 -35
  105. package/artifacts/contracts/IPancakeswapV2Router.sol/IPancakeswapV2Router.dbg.json +0 -4
  106. package/artifacts/contracts/IPancakeswapV2Router.sol/IPancakeswapV2Router.json +0 -50
  107. package/artifacts/contracts/InterestRateModel.sol/InterestRateModel.dbg.json +0 -4
  108. package/artifacts/contracts/InterestRateModel.sol/InterestRateModel.json +0 -97
  109. package/artifacts/contracts/JumpRateModelV2.sol/JumpRateModelV2.dbg.json +0 -4
  110. package/artifacts/contracts/JumpRateModelV2.sol/JumpRateModelV2.json +0 -307
  111. package/artifacts/contracts/Lens/PoolLens.sol/PoolLens.dbg.json +0 -4
  112. package/artifacts/contracts/Lens/PoolLens.sol/PoolLens.json +0 -1087
  113. package/artifacts/contracts/MaxLoopsLimitHelper.sol/MaxLoopsLimitHelper.dbg.json +0 -4
  114. package/artifacts/contracts/MaxLoopsLimitHelper.sol/MaxLoopsLimitHelper.json +0 -59
  115. package/artifacts/contracts/Pool/PoolRegistry.sol/PoolRegistry.dbg.json +0 -4
  116. package/artifacts/contracts/Pool/PoolRegistry.sol/PoolRegistry.json +0 -923
  117. package/artifacts/contracts/Pool/PoolRegistryInterface.sol/PoolRegistryInterface.dbg.json +0 -4
  118. package/artifacts/contracts/Pool/PoolRegistryInterface.sol/PoolRegistryInterface.json +0 -176
  119. package/artifacts/contracts/Proxy/UpgradeableBeacon.sol/Beacon.dbg.json +0 -4
  120. package/artifacts/contracts/Proxy/UpgradeableBeacon.sol/Beacon.json +0 -113
  121. package/artifacts/contracts/Rewards/RewardsDistributor.sol/RewardsDistributor.dbg.json +0 -4
  122. package/artifacts/contracts/Rewards/RewardsDistributor.sol/RewardsDistributor.json +0 -928
  123. package/artifacts/contracts/RiskFund/IProtocolShareReserve.sol/IProtocolShareReserve.dbg.json +0 -4
  124. package/artifacts/contracts/RiskFund/IProtocolShareReserve.sol/IProtocolShareReserve.json +0 -29
  125. package/artifacts/contracts/RiskFund/IRiskFund.sol/IRiskFund.dbg.json +0 -4
  126. package/artifacts/contracts/RiskFund/IRiskFund.sol/IRiskFund.json +0 -101
  127. package/artifacts/contracts/RiskFund/ProtocolShareReserve.sol/ProtocolShareReserve.dbg.json +0 -4
  128. package/artifacts/contracts/RiskFund/ProtocolShareReserve.sol/ProtocolShareReserve.json +0 -296
  129. package/artifacts/contracts/RiskFund/ReserveHelpers.sol/ReserveHelpers.dbg.json +0 -4
  130. package/artifacts/contracts/RiskFund/ReserveHelpers.sol/ReserveHelpers.json +0 -83
  131. package/artifacts/contracts/RiskFund/RiskFund.sol/RiskFund.dbg.json +0 -4
  132. package/artifacts/contracts/RiskFund/RiskFund.sol/RiskFund.json +0 -615
  133. package/artifacts/contracts/Shortfall/IShortfall.sol/IShortfall.dbg.json +0 -4
  134. package/artifacts/contracts/Shortfall/IShortfall.sol/IShortfall.json +0 -24
  135. package/artifacts/contracts/Shortfall/Shortfall.sol/Shortfall.dbg.json +0 -4
  136. package/artifacts/contracts/Shortfall/Shortfall.sol/Shortfall.json +0 -756
  137. package/artifacts/contracts/VToken.sol/VToken.dbg.json +0 -4
  138. package/artifacts/contracts/VToken.sol/VToken.json +0 -1850
  139. package/artifacts/contracts/VTokenInterfaces.sol/VTokenInterface.dbg.json +0 -4
  140. package/artifacts/contracts/VTokenInterfaces.sol/VTokenInterface.json +0 -1398
  141. package/artifacts/contracts/VTokenInterfaces.sol/VTokenStorage.dbg.json +0 -4
  142. package/artifacts/contracts/VTokenInterfaces.sol/VTokenStorage.json +0 -219
  143. package/artifacts/contracts/WhitePaperInterestRateModel.sol/WhitePaperInterestRateModel.dbg.json +0 -4
  144. package/artifacts/contracts/WhitePaperInterestRateModel.sol/WhitePaperInterestRateModel.json +0 -192
  145. package/artifacts/contracts/test/ComptrollerHarness.sol/ComptrollerHarness.dbg.json +0 -4
  146. package/artifacts/contracts/test/ComptrollerHarness.sol/ComptrollerHarness.json +0 -1712
  147. package/artifacts/contracts/test/ComptrollerHarness.sol/EchoTypesComptroller.dbg.json +0 -4
  148. package/artifacts/contracts/test/ComptrollerHarness.sol/EchoTypesComptroller.json +0 -94
  149. package/artifacts/contracts/test/ComptrollerScenario.sol/ComptrollerScenario.dbg.json +0 -4
  150. package/artifacts/contracts/test/ComptrollerScenario.sol/ComptrollerScenario.json +0 -1744
  151. package/artifacts/contracts/test/ERC20.sol/ERC20.dbg.json +0 -4
  152. package/artifacts/contracts/test/ERC20.sol/ERC20.json +0 -194
  153. package/artifacts/contracts/test/ERC20.sol/ERC20Base.dbg.json +0 -4
  154. package/artifacts/contracts/test/ERC20.sol/ERC20Base.json +0 -141
  155. package/artifacts/contracts/test/ERC20.sol/ERC20Harness.dbg.json +0 -4
  156. package/artifacts/contracts/test/ERC20.sol/ERC20Harness.json +0 -351
  157. package/artifacts/contracts/test/ERC20.sol/ERC20NS.dbg.json +0 -4
  158. package/artifacts/contracts/test/ERC20.sol/ERC20NS.json +0 -182
  159. package/artifacts/contracts/test/ERC20.sol/NonStandardToken.dbg.json +0 -4
  160. package/artifacts/contracts/test/ERC20.sol/NonStandardToken.json +0 -247
  161. package/artifacts/contracts/test/ERC20.sol/StandardToken.dbg.json +0 -4
  162. package/artifacts/contracts/test/ERC20.sol/StandardToken.json +0 -259
  163. package/artifacts/contracts/test/EvilToken.sol/EvilToken.dbg.json +0 -4
  164. package/artifacts/contracts/test/EvilToken.sol/EvilToken.json +0 -303
  165. package/artifacts/contracts/test/FaucetToken.sol/FaucetNonStandardToken.dbg.json +0 -4
  166. package/artifacts/contracts/test/FaucetToken.sol/FaucetNonStandardToken.json +0 -265
  167. package/artifacts/contracts/test/FaucetToken.sol/FaucetToken.dbg.json +0 -4
  168. package/artifacts/contracts/test/FaucetToken.sol/FaucetToken.json +0 -277
  169. package/artifacts/contracts/test/FaucetToken.sol/FaucetTokenReEntrantHarness.dbg.json +0 -4
  170. package/artifacts/contracts/test/FaucetToken.sol/FaucetTokenReEntrantHarness.json +0 -313
  171. package/artifacts/contracts/test/FeeToken.sol/FeeToken.dbg.json +0 -4
  172. package/artifacts/contracts/test/FeeToken.sol/FeeToken.json +0 -313
  173. package/artifacts/contracts/test/HarnessMaxLoopsLimitHelper.sol/HarnessMaxLoopsLimitHelper.dbg.json +0 -4
  174. package/artifacts/contracts/test/HarnessMaxLoopsLimitHelper.sol/HarnessMaxLoopsLimitHelper.json +0 -85
  175. package/artifacts/contracts/test/MockDeflationaryToken.sol/MockDeflatingToken.dbg.json +0 -4
  176. package/artifacts/contracts/test/MockDeflationaryToken.sol/MockDeflatingToken.json +0 -332
  177. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IERC20.dbg.json +0 -4
  178. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IERC20.json +0 -233
  179. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IPancakeFactory.dbg.json +0 -4
  180. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IPancakeFactory.json +0 -187
  181. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IPancakePair.dbg.json +0 -4
  182. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IPancakePair.json +0 -668
  183. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IPancakeRouter01.dbg.json +0 -4
  184. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IPancakeRouter01.json +0 -760
  185. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IPancakeRouter02.dbg.json +0 -4
  186. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IPancakeRouter02.json +0 -962
  187. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IWETH.dbg.json +0 -4
  188. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/IWETH.json +0 -55
  189. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/PancakeLibrary.dbg.json +0 -4
  190. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/PancakeLibrary.json +0 -10
  191. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/PancakeRouter.dbg.json +0 -4
  192. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/PancakeRouter.json +0 -982
  193. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/SafeMath.dbg.json +0 -4
  194. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/SafeMath.json +0 -10
  195. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/TransferHelper.dbg.json +0 -4
  196. package/artifacts/contracts/test/Mocks/MockPancakeSwap.sol/TransferHelper.json +0 -10
  197. package/artifacts/contracts/test/Mocks/MockPriceOracle.sol/MockPriceOracle.dbg.json +0 -4
  198. package/artifacts/contracts/test/Mocks/MockPriceOracle.sol/MockPriceOracle.json +0 -85
  199. package/artifacts/contracts/test/Mocks/MockToken.sol/MockToken.dbg.json +0 -4
  200. package/artifacts/contracts/test/Mocks/MockToken.sol/MockToken.json +0 -315
  201. package/artifacts/contracts/test/SafeMath.sol/SafeMath.dbg.json +0 -4
  202. package/artifacts/contracts/test/SafeMath.sol/SafeMath.json +0 -10
  203. package/artifacts/contracts/test/UpgradedVToken.sol/UpgradedVToken.dbg.json +0 -4
  204. package/artifacts/contracts/test/UpgradedVToken.sol/UpgradedVToken.json +0 -1946
  205. package/artifacts/contracts/test/VTokenHarness.sol/VTokenHarness.dbg.json +0 -4
  206. package/artifacts/contracts/test/VTokenHarness.sol/VTokenHarness.json +0 -2306
  207. package/contracts/Factories/JumpRateModelFactory.sol +0 -26
  208. package/contracts/Factories/VTokenProxyFactory.sol +0 -53
  209. package/contracts/Factories/WhitePaperInterestRateModelFactory.sol +0 -12
  210. package/contracts/Proxy/UpgradeableBeacon.sol +0 -10
@@ -1,115 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "Ownable2StepUpgradeable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": false,
11
- "internalType": "uint8",
12
- "name": "version",
13
- "type": "uint8"
14
- }
15
- ],
16
- "name": "Initialized",
17
- "type": "event"
18
- },
19
- {
20
- "anonymous": false,
21
- "inputs": [
22
- {
23
- "indexed": true,
24
- "internalType": "address",
25
- "name": "previousOwner",
26
- "type": "address"
27
- },
28
- {
29
- "indexed": true,
30
- "internalType": "address",
31
- "name": "newOwner",
32
- "type": "address"
33
- }
34
- ],
35
- "name": "OwnershipTransferStarted",
36
- "type": "event"
37
- },
38
- {
39
- "anonymous": false,
40
- "inputs": [
41
- {
42
- "indexed": true,
43
- "internalType": "address",
44
- "name": "previousOwner",
45
- "type": "address"
46
- },
47
- {
48
- "indexed": true,
49
- "internalType": "address",
50
- "name": "newOwner",
51
- "type": "address"
52
- }
53
- ],
54
- "name": "OwnershipTransferred",
55
- "type": "event"
56
- },
57
- {
58
- "inputs": [],
59
- "name": "acceptOwnership",
60
- "outputs": [],
61
- "stateMutability": "nonpayable",
62
- "type": "function"
63
- },
64
- {
65
- "inputs": [],
66
- "name": "owner",
67
- "outputs": [
68
- {
69
- "internalType": "address",
70
- "name": "",
71
- "type": "address"
72
- }
73
- ],
74
- "stateMutability": "view",
75
- "type": "function"
76
- },
77
- {
78
- "inputs": [],
79
- "name": "pendingOwner",
80
- "outputs": [
81
- {
82
- "internalType": "address",
83
- "name": "",
84
- "type": "address"
85
- }
86
- ],
87
- "stateMutability": "view",
88
- "type": "function"
89
- },
90
- {
91
- "inputs": [],
92
- "name": "renounceOwnership",
93
- "outputs": [],
94
- "stateMutability": "nonpayable",
95
- "type": "function"
96
- },
97
- {
98
- "inputs": [
99
- {
100
- "internalType": "address",
101
- "name": "newOwner",
102
- "type": "address"
103
- }
104
- ],
105
- "name": "transferOwnership",
106
- "outputs": [],
107
- "stateMutability": "nonpayable",
108
- "type": "function"
109
- }
110
- ],
111
- "bytecode": "0x",
112
- "deployedBytecode": "0x",
113
- "linkReferences": {},
114
- "deployedLinkReferences": {}
115
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }
@@ -1,76 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "OwnableUpgradeable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": false,
11
- "internalType": "uint8",
12
- "name": "version",
13
- "type": "uint8"
14
- }
15
- ],
16
- "name": "Initialized",
17
- "type": "event"
18
- },
19
- {
20
- "anonymous": false,
21
- "inputs": [
22
- {
23
- "indexed": true,
24
- "internalType": "address",
25
- "name": "previousOwner",
26
- "type": "address"
27
- },
28
- {
29
- "indexed": true,
30
- "internalType": "address",
31
- "name": "newOwner",
32
- "type": "address"
33
- }
34
- ],
35
- "name": "OwnershipTransferred",
36
- "type": "event"
37
- },
38
- {
39
- "inputs": [],
40
- "name": "owner",
41
- "outputs": [
42
- {
43
- "internalType": "address",
44
- "name": "",
45
- "type": "address"
46
- }
47
- ],
48
- "stateMutability": "view",
49
- "type": "function"
50
- },
51
- {
52
- "inputs": [],
53
- "name": "renounceOwnership",
54
- "outputs": [],
55
- "stateMutability": "nonpayable",
56
- "type": "function"
57
- },
58
- {
59
- "inputs": [
60
- {
61
- "internalType": "address",
62
- "name": "newOwner",
63
- "type": "address"
64
- }
65
- ],
66
- "name": "transferOwnership",
67
- "outputs": [],
68
- "stateMutability": "nonpayable",
69
- "type": "function"
70
- }
71
- ],
72
- "bytecode": "0x",
73
- "deployedBytecode": "0x",
74
- "linkReferences": {},
75
- "deployedLinkReferences": {}
76
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }
@@ -1,24 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "Initializable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": false,
11
- "internalType": "uint8",
12
- "name": "version",
13
- "type": "uint8"
14
- }
15
- ],
16
- "name": "Initialized",
17
- "type": "event"
18
- }
19
- ],
20
- "bytecode": "0x",
21
- "deployedBytecode": "0x",
22
- "linkReferences": {},
23
- "deployedLinkReferences": {}
24
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }
@@ -1,24 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "ReentrancyGuardUpgradeable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": false,
11
- "internalType": "uint8",
12
- "name": "version",
13
- "type": "uint8"
14
- }
15
- ],
16
- "name": "Initialized",
17
- "type": "event"
18
- }
19
- ],
20
- "bytecode": "0x",
21
- "deployedBytecode": "0x",
22
- "linkReferences": {},
23
- "deployedLinkReferences": {}
24
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }
@@ -1,194 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IERC20Upgradeable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": true,
11
- "internalType": "address",
12
- "name": "owner",
13
- "type": "address"
14
- },
15
- {
16
- "indexed": true,
17
- "internalType": "address",
18
- "name": "spender",
19
- "type": "address"
20
- },
21
- {
22
- "indexed": false,
23
- "internalType": "uint256",
24
- "name": "value",
25
- "type": "uint256"
26
- }
27
- ],
28
- "name": "Approval",
29
- "type": "event"
30
- },
31
- {
32
- "anonymous": false,
33
- "inputs": [
34
- {
35
- "indexed": true,
36
- "internalType": "address",
37
- "name": "from",
38
- "type": "address"
39
- },
40
- {
41
- "indexed": true,
42
- "internalType": "address",
43
- "name": "to",
44
- "type": "address"
45
- },
46
- {
47
- "indexed": false,
48
- "internalType": "uint256",
49
- "name": "value",
50
- "type": "uint256"
51
- }
52
- ],
53
- "name": "Transfer",
54
- "type": "event"
55
- },
56
- {
57
- "inputs": [
58
- {
59
- "internalType": "address",
60
- "name": "owner",
61
- "type": "address"
62
- },
63
- {
64
- "internalType": "address",
65
- "name": "spender",
66
- "type": "address"
67
- }
68
- ],
69
- "name": "allowance",
70
- "outputs": [
71
- {
72
- "internalType": "uint256",
73
- "name": "",
74
- "type": "uint256"
75
- }
76
- ],
77
- "stateMutability": "view",
78
- "type": "function"
79
- },
80
- {
81
- "inputs": [
82
- {
83
- "internalType": "address",
84
- "name": "spender",
85
- "type": "address"
86
- },
87
- {
88
- "internalType": "uint256",
89
- "name": "amount",
90
- "type": "uint256"
91
- }
92
- ],
93
- "name": "approve",
94
- "outputs": [
95
- {
96
- "internalType": "bool",
97
- "name": "",
98
- "type": "bool"
99
- }
100
- ],
101
- "stateMutability": "nonpayable",
102
- "type": "function"
103
- },
104
- {
105
- "inputs": [
106
- {
107
- "internalType": "address",
108
- "name": "account",
109
- "type": "address"
110
- }
111
- ],
112
- "name": "balanceOf",
113
- "outputs": [
114
- {
115
- "internalType": "uint256",
116
- "name": "",
117
- "type": "uint256"
118
- }
119
- ],
120
- "stateMutability": "view",
121
- "type": "function"
122
- },
123
- {
124
- "inputs": [],
125
- "name": "totalSupply",
126
- "outputs": [
127
- {
128
- "internalType": "uint256",
129
- "name": "",
130
- "type": "uint256"
131
- }
132
- ],
133
- "stateMutability": "view",
134
- "type": "function"
135
- },
136
- {
137
- "inputs": [
138
- {
139
- "internalType": "address",
140
- "name": "to",
141
- "type": "address"
142
- },
143
- {
144
- "internalType": "uint256",
145
- "name": "amount",
146
- "type": "uint256"
147
- }
148
- ],
149
- "name": "transfer",
150
- "outputs": [
151
- {
152
- "internalType": "bool",
153
- "name": "",
154
- "type": "bool"
155
- }
156
- ],
157
- "stateMutability": "nonpayable",
158
- "type": "function"
159
- },
160
- {
161
- "inputs": [
162
- {
163
- "internalType": "address",
164
- "name": "from",
165
- "type": "address"
166
- },
167
- {
168
- "internalType": "address",
169
- "name": "to",
170
- "type": "address"
171
- },
172
- {
173
- "internalType": "uint256",
174
- "name": "amount",
175
- "type": "uint256"
176
- }
177
- ],
178
- "name": "transferFrom",
179
- "outputs": [
180
- {
181
- "internalType": "bool",
182
- "name": "",
183
- "type": "bool"
184
- }
185
- ],
186
- "stateMutability": "nonpayable",
187
- "type": "function"
188
- }
189
- ],
190
- "bytecode": "0x",
191
- "deployedBytecode": "0x",
192
- "linkReferences": {},
193
- "deployedLinkReferences": {}
194
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }
@@ -1,86 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IERC20PermitUpgradeable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "name": "DOMAIN_SEPARATOR",
9
- "outputs": [
10
- {
11
- "internalType": "bytes32",
12
- "name": "",
13
- "type": "bytes32"
14
- }
15
- ],
16
- "stateMutability": "view",
17
- "type": "function"
18
- },
19
- {
20
- "inputs": [
21
- {
22
- "internalType": "address",
23
- "name": "owner",
24
- "type": "address"
25
- }
26
- ],
27
- "name": "nonces",
28
- "outputs": [
29
- {
30
- "internalType": "uint256",
31
- "name": "",
32
- "type": "uint256"
33
- }
34
- ],
35
- "stateMutability": "view",
36
- "type": "function"
37
- },
38
- {
39
- "inputs": [
40
- {
41
- "internalType": "address",
42
- "name": "owner",
43
- "type": "address"
44
- },
45
- {
46
- "internalType": "address",
47
- "name": "spender",
48
- "type": "address"
49
- },
50
- {
51
- "internalType": "uint256",
52
- "name": "value",
53
- "type": "uint256"
54
- },
55
- {
56
- "internalType": "uint256",
57
- "name": "deadline",
58
- "type": "uint256"
59
- },
60
- {
61
- "internalType": "uint8",
62
- "name": "v",
63
- "type": "uint8"
64
- },
65
- {
66
- "internalType": "bytes32",
67
- "name": "r",
68
- "type": "bytes32"
69
- },
70
- {
71
- "internalType": "bytes32",
72
- "name": "s",
73
- "type": "bytes32"
74
- }
75
- ],
76
- "name": "permit",
77
- "outputs": [],
78
- "stateMutability": "nonpayable",
79
- "type": "function"
80
- }
81
- ],
82
- "bytecode": "0x",
83
- "deployedBytecode": "0x",
84
- "linkReferences": {},
85
- "deployedLinkReferences": {}
86
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "SafeERC20Upgradeable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122032d67304b7cb581ffcbf145e3107fceb6b877cde3a09c167a51c0d5744be296c64736f6c634300080d0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122032d67304b7cb581ffcbf145e3107fceb6b877cde3a09c167a51c0d5744be296c64736f6c634300080d0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "AddressUpgradeable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220cfcc65945be60507d67d1f03af6e20faa6a0e51e18b5c5b82d07aaef2353495664736f6c634300080d0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220cfcc65945be60507d67d1f03af6e20faa6a0e51e18b5c5b82d07aaef2353495664736f6c634300080d0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }
@@ -1,24 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "ContextUpgradeable",
4
- "sourceName": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": false,
11
- "internalType": "uint8",
12
- "name": "version",
13
- "type": "uint8"
14
- }
15
- ],
16
- "name": "Initialized",
17
- "type": "event"
18
- }
19
- ],
20
- "bytecode": "0x",
21
- "deployedBytecode": "0x",
22
- "linkReferences": {},
23
- "deployedLinkReferences": {}
24
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/8c02b3a8e3642dffe55772a8d2bed46f.json"
4
- }