Skip to content

Commit

Permalink
fix(types): add Gitcoin hook type (#13482)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Mar 18, 2024
1 parent e04c4fb commit 37c347e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/types/unlockTypes.ts
Expand Up @@ -48,6 +48,7 @@ export enum HookType {
PROMO_CODE_CAPPED = 'PROMO_CODE_CAPPED',
CAPTCHA = 'CAPTCHA',
GUILD = 'GUILD',
GITCOIN = 'GITCOIN',
}

export const HooksName = [
Expand Down

0 comments on commit 37c347e

Please sign in to comment.