SparkLendV1OperationSafetyAssertion
Inherits: AaveV3LikeOperationSafetyAssertionBase
Title: SparkLendV1OperationSafetyAssertion
Author: Phylax Systems
Single-entry assertion bundle for SparkLend v1 pools.
Usage:
cl.assertion({ adopter: sparkPool, createData: abi.encodePacked(type(SparkLendV1OperationSafetyAssertion).creationCode, abi.encode(sparkPool, addressesProvider)), fnSelector: SparkLendV1OperationSafetyAssertion.assertOperationSafety.selector })
Functions
constructor
constructor(address pool_, address addressesProvider_)
AaveV3LikeOperationSafetyAssertionBase(ILendingProtectionSuite(
address(new SparkLendV1ProtectionSuite(pool_, addressesProvider_))
));