Skip to content

Commit

Permalink
chore(contracts): update hats gatekeeper ownable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Mar 19, 2024
1 parent cb24522 commit 2dc0ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
//////////////////////////////////////////////////////////////*/
Expand Down

0 comments on commit 2dc0ed3

Please sign in to comment.