diff --git a/contracts/MoatAddress.sol b/contracts/MoatAddress.sol index 9783bed..03511ee 100644 --- a/contracts/MoatAddress.sol +++ b/contracts/MoatAddress.sol @@ -21,8 +21,13 @@ contract AddressRegistry { } + contract Governance is AddressRegistry { + function dummyfunction() public pure returns(bool) { + return true; + } + // governance code goes here to update the admin in "registry" mapping } @@ -69,6 +74,7 @@ contract ManageResolvers is ManageRegistry { } + contract InitRegistry is ManageResolvers { constructor() public {