Skip to content

Commit

Permalink
fix: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Aug 7, 2024
1 parent 9fb1e29 commit 3ad1f7e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

/**
* @title IFixedFeeStrategyFactory
* @author Aave Labs
* @notice Defines the interface of the FixedFeeStrategyFactory
*/
interface IFixedFeeStrategyFactory {
/**
* @dev Emitted when a new strategy is created
Expand Down

0 comments on commit 3ad1f7e

Please sign in to comment.