Skip to content

Commit

Permalink
feat: create omnipool
Browse files Browse the repository at this point in the history
  • Loading branch information
Hephyrius committed Oct 19, 2023
1 parent 78b8722 commit 4eafcc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contracts/Omnipool/OmniPool.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pragma solidity >=0.8.4;

import { Ownable } from "@openzeppelin/contracts-0.8/access/Ownable.sol";

contract OmniPool is Ownable {


}

0 comments on commit 4eafcc3

Please sign in to comment.