AaveV3HorizonProtectionSuite
Inherits: AaveV3LikeProtectionSuite
Title: AaveV3HorizonProtectionSuite
Author: Phylax Systems
Example ILendingProtectionSuite targeting a local Aave v3 Horizon deployment.
The underlying logic lives in AaveV3LikeProtectionSuite so Base Aave, local Horizon
deployments, and close forks can reuse the same operation-safety model. The deployment
wrapper exists to keep the public example small: pass the pool and addresses provider, then
the shared suite supplies health-factor and bounded-consumption checks.
Functions
constructor
constructor(address pool_, address addressesProvider_) AaveV3LikeProtectionSuite(pool_, addressesProvider_);