Skip to content

Commit 55c18f4

Browse files
authored
Merge pull request #1 from openfort-xyz/development
Merge Development to main
2 parents 4aa937e + f9e0394 commit 55c18f4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [push]
1+
on:
2+
push:
3+
branches:
4+
- main
25

36
name: Openfort Test Contracts
47

contracts/core/upgradeable/UpgradeableOpenfortFactory.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import {IBaseOpenfortFactory} from "../../interfaces/IBaseOpenfortFactory.sol";
1111
/**
1212
* @title UpgradeableOpenfortFactory (Non-upgradeable)
1313
* @author Eloi<eloi@openfort.xyz>
14-
* @notice Factory to deploy UpgradeableOpenfortAccounts
14+
* @notice Contract to create an on-chain factory to deploy new UpgradeableOpenfortAccounts.
15+
* It uses OpenZeppelin's Create2 and ERC1967Proxy libraries.
1516
* It inherits from:
1617
* - IBaseOpenfortFactory
1718
*/

0 commit comments

Comments
 (0)