Skip to content

Commit

Permalink
Update IHub.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
toledoroy committed Jun 21, 2022
1 parent e9a688d commit 6aef578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/interfaces/IHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ interface IHub {
/// Get Owner
function owner() external view returns (address);

//Repo Address
function repoAddr() external view returns(address);

/// Make a new Jurisdiction
function jurisdictionMake(string calldata name_, string calldata uri_) external returns (address);

Expand Down

0 comments on commit 6aef578

Please sign in to comment.