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 Apr 2, 2024
1 parent 7c6bc06 commit bdb4203
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 Abstract 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 bdb4203

Please sign in to comment.