diff --git a/contracts/contracts/gatekeepers/hatsGatekeepers/HatsGatekeeperBase.sol b/contracts/contracts/gatekeepers/hatsGatekeepers/HatsGatekeeperBase.sol index 81685e158c..540d10ec23 100644 --- a/contracts/contracts/gatekeepers/hatsGatekeepers/HatsGatekeeperBase.sol +++ b/contracts/contracts/gatekeepers/hatsGatekeepers/HatsGatekeeperBase.sol @@ -7,7 +7,7 @@ import { IHats } from "../../interfaces/IHats.sol"; /// @title HatsGatekeeperBase /// @notice Abastract contract containing the base elements of a Hats Gatekeeper contract -abstract contract HatsGatekeeperBase is SignUpGatekeeper, Ownable { +abstract contract HatsGatekeeperBase is SignUpGatekeeper, Ownable(msg.sender) { /*////////////////////////////////////////////////////////////// CUSTOM ERRORS //////////////////////////////////////////////////////////////*/