<!--- Summarize the feature or epic briefly, including its scope or the problem it addresses. --> - LiquidityPool.ASSETS -> LiquidityPool.ASSET. - Add `isActive == true` and `isFrozen == false` checks to LiquidityPoolAave constructor. - Merge deploy/upgrade logs to be a single file per chain/env. - Update network config DepositProfit comment to: Address that can deposit profit to the Liquidity Hub. ## Implementation details <!-- Detail the implementation approach, including technical design, architecture decisions, and dependencies. Link to design documents or diagrams if relevant. --> ## Testing details <!-- Outline special test cases, edge cases, integration points. --> ## Acceptance Criteria <!-- Define clear, measurable, and verifiable conditions to be met for the feature to be considered complete. Include functional and performance criteria. --> ## QA Details <!-- Specify environments, configurations, or tools required for QA. Highlight potential problem areas or known issues to focus on during testing. -->
isActive == trueandisFrozen == falsechecks to LiquidityPoolAave constructor.Implementation details
Testing details
Acceptance Criteria
QA Details