Skip to content

Commit

Permalink
Merge pull request #1 from openfort-xyz/development
Browse files Browse the repository at this point in the history
Merge Development to main
  • Loading branch information
eloi010 authored May 31, 2023
2 parents 4738715 + 7c96a74 commit 4df7a78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
push:
branches:
- main

name: Openfort Test Contracts

Expand Down
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<eloi@openfort.xyz>
* @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 4df7a78

Please sign in to comment.