@venusprotocol/venus-protocol 7.1.0-dev.1 → 7.1.0-dev.3

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 (110) hide show
  1. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol/AccessControlledV8.dbg.json +1 -1
  2. package/artifacts/@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.dbg.json +1 -1
  3. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/BoundValidatorInterface.dbg.json +1 -1
  4. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/OracleInterface.dbg.json +1 -1
  5. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/ResilientOracleInterface.dbg.json +1 -1
  6. package/artifacts/@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol/TwapInterface.dbg.json +1 -1
  7. package/artifacts/@venusprotocol/solidity-utilities/contracts/MaxLoopsLimitHelper.sol/MaxLoopsLimitHelper.dbg.json +1 -1
  8. package/artifacts/@venusprotocol/solidity-utilities/contracts/TimeManagerV8.sol/TimeManagerV8.dbg.json +1 -1
  9. package/artifacts/build-info/{5158b939f09b056403dc17322b3b5c7a.json → 23955c54eec3e914a4d10c9d990fdb4c.json} +1 -1
  10. package/artifacts/contracts/Admin/VBNBAdmin.sol/VBNBAdmin.dbg.json +1 -1
  11. package/artifacts/contracts/Admin/VBNBAdminStorage.sol/IProtocolShareReserve.dbg.json +1 -1
  12. package/artifacts/contracts/Admin/VBNBAdminStorage.sol/IWBNB.dbg.json +1 -1
  13. package/artifacts/contracts/Admin/VBNBAdminStorage.sol/VBNBAdminStorage.dbg.json +1 -1
  14. package/artifacts/contracts/Admin/VBNBAdminStorage.sol/VTokenInterface.dbg.json +1 -1
  15. package/artifacts/contracts/DelegateBorrowers/MoveDebtDelegate.sol/MoveDebtDelegate.dbg.json +1 -1
  16. package/artifacts/contracts/DelegateBorrowers/MoveDebtDelegate.sol/MoveDebtDelegate.json +115 -22
  17. package/artifacts/contracts/DelegateBorrowers/SwapDebtDelegate.sol/SwapDebtDelegate.dbg.json +1 -1
  18. package/artifacts/contracts/Governance/TokenRedeemer.sol/TokenRedeemer.dbg.json +1 -1
  19. package/artifacts/contracts/InterfacesV8.sol/IComptroller.dbg.json +1 -1
  20. package/artifacts/contracts/InterfacesV8.sol/ILiquidator.dbg.json +1 -1
  21. package/artifacts/contracts/InterfacesV8.sol/IVAIController.dbg.json +1 -1
  22. package/artifacts/contracts/InterfacesV8.sol/IVBNB.dbg.json +1 -1
  23. package/artifacts/contracts/InterfacesV8.sol/IVBep20.dbg.json +1 -1
  24. package/artifacts/contracts/InterfacesV8.sol/IVToken.dbg.json +1 -1
  25. package/artifacts/contracts/Liquidator/BUSDLiquidator.sol/BUSDLiquidator.dbg.json +1 -1
  26. package/artifacts/contracts/Liquidator/Liquidator.sol/Liquidator.dbg.json +1 -1
  27. package/artifacts/contracts/PegStability/IVAI.sol/IVAI.dbg.json +1 -1
  28. package/artifacts/contracts/PegStability/PegStability.sol/PegStability.dbg.json +1 -1
  29. package/artifacts/contracts/Swap/IRouterHelper.sol/IRouterHelper.dbg.json +1 -1
  30. package/artifacts/contracts/Swap/RouterHelper.sol/RouterHelper.dbg.json +1 -1
  31. package/artifacts/contracts/Swap/SwapRouter.sol/SwapRouter.dbg.json +1 -1
  32. package/artifacts/contracts/Swap/interfaces/IPancakePair.sol/IPancakePair.dbg.json +1 -1
  33. package/artifacts/contracts/Swap/interfaces/IPancakeSwapV2Factory.sol/IPancakeSwapV2Factory.dbg.json +1 -1
  34. package/artifacts/contracts/Swap/interfaces/IPancakeSwapV2Router.sol/IPancakeSwapV2Router.dbg.json +1 -1
  35. package/artifacts/contracts/Swap/interfaces/IVBNB.sol/IVBNB.dbg.json +1 -1
  36. package/artifacts/contracts/Swap/interfaces/IVtoken.sol/IVToken.dbg.json +1 -1
  37. package/artifacts/contracts/Swap/interfaces/IWBNB.sol/IWBNB.dbg.json +1 -1
  38. package/artifacts/contracts/Swap/interfaces/InterfaceComptroller.sol/InterfaceComptroller.dbg.json +1 -1
  39. package/artifacts/contracts/Swap/lib/PancakeLibrary.sol/PancakeLibrary.dbg.json +1 -1
  40. package/artifacts/contracts/Swap/lib/TransferHelper.sol/TransferHelper.dbg.json +1 -1
  41. package/artifacts/contracts/Tokens/Prime/Interfaces/IPoolRegistry.sol/PoolRegistryInterface.dbg.json +1 -1
  42. package/artifacts/contracts/Tokens/Prime/Interfaces/IPrime.sol/IPrime.dbg.json +1 -1
  43. package/artifacts/contracts/Tokens/Prime/Interfaces/IPrimeLiquidityProvider.sol/IPrimeLiquidityProvider.dbg.json +1 -1
  44. package/artifacts/contracts/Tokens/Prime/Interfaces/IVToken.sol/IVToken.dbg.json +1 -1
  45. package/artifacts/contracts/Tokens/Prime/Interfaces/IXVSVault.sol/IXVSVault.dbg.json +1 -1
  46. package/artifacts/contracts/Tokens/Prime/Interfaces/InterfaceComptroller.sol/InterfaceComptroller.dbg.json +1 -1
  47. package/artifacts/contracts/Tokens/Prime/Prime.sol/Prime.dbg.json +1 -1
  48. package/artifacts/contracts/Tokens/Prime/PrimeLiquidityProvider.sol/PrimeLiquidityProvider.dbg.json +1 -1
  49. package/artifacts/contracts/Tokens/Prime/PrimeLiquidityProviderStorage.sol/PrimeLiquidityProviderStorageV1.dbg.json +1 -1
  50. package/artifacts/contracts/Tokens/Prime/PrimeStorage.sol/PrimeStorageV1.dbg.json +1 -1
  51. package/artifacts/contracts/Tokens/Prime/libs/FixedMath.sol/FixedMath.dbg.json +1 -1
  52. package/artifacts/contracts/Tokens/Prime/libs/FixedMath0x.sol/FixedMath0x.dbg.json +1 -1
  53. package/artifacts/contracts/Tokens/Prime/libs/Scores.sol/Scores.dbg.json +1 -1
  54. package/artifacts/contracts/test/AccessControlManagerMock.sol/AccessControlManagerMock.dbg.json +1 -1
  55. package/artifacts/contracts/test/LiquidatorHarness.sol/LiquidatorHarness.dbg.json +1 -1
  56. package/artifacts/contracts/test/MockProtocolShareReserve.sol/IComptroller.dbg.json +1 -1
  57. package/artifacts/contracts/test/MockProtocolShareReserve.sol/IIncomeDestination.dbg.json +1 -1
  58. package/artifacts/contracts/test/MockProtocolShareReserve.sol/IMockProtocolShareReserve.dbg.json +1 -1
  59. package/artifacts/contracts/test/MockProtocolShareReserve.sol/IPoolRegistry.dbg.json +1 -1
  60. package/artifacts/contracts/test/MockProtocolShareReserve.sol/IPrime.dbg.json +1 -1
  61. package/artifacts/contracts/test/MockProtocolShareReserve.sol/IVToken.dbg.json +1 -1
  62. package/artifacts/contracts/test/MockProtocolShareReserve.sol/MaxLoopsLimitHelper.dbg.json +1 -1
  63. package/artifacts/contracts/test/MockProtocolShareReserve.sol/MockProtocolShareReserve.dbg.json +1 -1
  64. package/artifacts/contracts/test/PrimeScenario.sol/PrimeScenario.dbg.json +1 -1
  65. package/contracts/DelegateBorrowers/MoveDebtDelegate.sol +60 -17
  66. package/deploy/005-update-governance.ts +15 -6
  67. package/deploy/008-deploy-prime.ts +44 -35
  68. package/deploy/009-configure-vaults.ts +1 -0
  69. package/deployments/bscmainnet/MoveDebtDelegate.json +592 -0
  70. package/deployments/bscmainnet/MoveDebtDelegate_Implementation.json +766 -0
  71. package/deployments/bscmainnet/MoveDebtDelegate_Proxy.json +253 -0
  72. package/deployments/bscmainnet/solcInputs/03a6c42b57bcdc7c1b76c0f541accfdb.json +69 -0
  73. package/deployments/bscmainnet/solcInputs/1dff3b4c1e459128170e9af3e75c7e17.json +72 -0
  74. package/deployments/bscmainnet.json +1080 -0
  75. package/deployments/bscmainnet_addresses.json +3 -0
  76. package/deployments/ethereum/XVSStore.json +374 -0
  77. package/deployments/ethereum/XVSVault.json +2373 -0
  78. package/deployments/ethereum/XVSVaultProxy.json +352 -0
  79. package/deployments/ethereum/solcInputs/7830d2b3dd486e9651687b362529ec15.json +345 -0
  80. package/deployments/ethereum.json +2040 -0
  81. package/deployments/ethereum_addresses.json +4 -1
  82. package/deployments/opbnbtestnet/XVSStore.json +374 -0
  83. package/deployments/opbnbtestnet/XVSVault.json +2373 -0
  84. package/deployments/opbnbtestnet/XVSVaultProxy.json +352 -0
  85. package/deployments/opbnbtestnet/solcInputs/6955f97c86c4a782497d93a270048fd7.json +345 -0
  86. package/deployments/opbnbtestnet.json +2040 -0
  87. package/deployments/opbnbtestnet_addresses.json +4 -1
  88. package/deployments/sepolia/Prime.json +2047 -0
  89. package/deployments/sepolia/PrimeLiquidityProvider.json +1118 -0
  90. package/deployments/sepolia/PrimeLiquidityProvider_Implementation.json +1415 -0
  91. package/deployments/sepolia/PrimeLiquidityProvider_Proxy.json +277 -0
  92. package/deployments/sepolia/Prime_Implementation.json +2949 -0
  93. package/deployments/sepolia/Prime_Proxy.json +287 -0
  94. package/deployments/sepolia/solcInputs/0e89febeebc7444140de8e67c9067d2c.json +78 -0
  95. package/deployments/sepolia/solcInputs/12c4cccf56f76ea87e105d789e4ae67f.json +228 -0
  96. package/deployments/sepolia/solcInputs/eda719eaabd93845f8c222de346f78bb.json +84 -0
  97. package/deployments/sepolia.json +5823 -0
  98. package/deployments/sepolia_addresses.json +6 -0
  99. package/dist/deploy/005-update-governance.js +11 -5
  100. package/dist/deploy/008-deploy-prime.js +36 -33
  101. package/dist/deploy/009-configure-vaults.js +2 -1
  102. package/dist/deployments/bscmainnet.json +1080 -0
  103. package/dist/deployments/sepolia.json +8063 -0
  104. package/dist/hardhat.config.js +7 -2
  105. package/dist/helpers/address.d.ts +28 -48
  106. package/dist/helpers/address.js +15 -0
  107. package/dist/typechain/contracts/DelegateBorrowers/MoveDebtDelegate.d.ts +64 -20
  108. package/dist/typechain/factories/contracts/DelegateBorrowers/MoveDebtDelegate__factory.d.ts +92 -20
  109. package/dist/typechain/factories/contracts/DelegateBorrowers/MoveDebtDelegate__factory.js +118 -25
  110. package/package.json +4 -2
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/5158b939f09b056403dc17322b3b5c7a.json"
3
+ "buildInfo": "../../../../../build-info/23955c54eec3e914a4d10c9d990fdb4c.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/5158b939f09b056403dc17322b3b5c7a.json"
3
+ "buildInfo": "../../../../../build-info/23955c54eec3e914a4d10c9d990fdb4c.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/5158b939f09b056403dc17322b3b5c7a.json"
3
+ "buildInfo": "../../../../../build-info/23955c54eec3e914a4d10c9d990fdb4c.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/5158b939f09b056403dc17322b3b5c7a.json"
3
+ "buildInfo": "../../../../../build-info/23955c54eec3e914a4d10c9d990fdb4c.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/5158b939f09b056403dc17322b3b5c7a.json"
3
+ "buildInfo": "../../../../../build-info/23955c54eec3e914a4d10c9d990fdb4c.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/5158b939f09b056403dc17322b3b5c7a.json"
3
+ "buildInfo": "../../../../../build-info/23955c54eec3e914a4d10c9d990fdb4c.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/5158b939f09b056403dc17322b3b5c7a.json"
3
+ "buildInfo": "../../../../build-info/23955c54eec3e914a4d10c9d990fdb4c.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/5158b939f09b056403dc17322b3b5c7a.json"
3
+ "buildInfo": "../../../../build-info/23955c54eec3e914a4d10c9d990fdb4c.json"
4
4
  }