Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eloi010 committed May 31, 2023
1 parent 4738715 commit d16e5ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/core/upgradeable/UpgradeableOpenfortFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {IBaseOpenfortFactory} from "../../interfaces/IBaseOpenfortFactory.sol";
/**
* @title UpgradeableOpenfortFactory (Non-upgradeable)
* @author Eloi<[email protected]>
* @notice Factory to deploy UpgradeableOpenfortAccounts
* @notice Contract to create an on-chain factory to deploy new UpgradeableOpenfortAccounts.
* It uses OpenZeppelin's Create2 and ERC1967Proxy libraries.
* It inherits from:
* - IBaseOpenfortFactory
*/
Expand Down

0 comments on commit d16e5ee

Please sign in to comment.