Skip to content

Commit

Permalink
Add new staff users
Browse files Browse the repository at this point in the history
  • Loading branch information
colfax23 committed Jun 2, 2023
1 parent 766a2af commit e862240
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export const STAFF_GITHUB_IDS = [
914240, // Colfax (colfax23)
52794365, // Patricio (poapxyz)
64825072, // Emilio (emilio-silva)
128195919, // Moe (CanMat)
43926625, // Iz (oggonz)
19580671, // Tomas (tomso11)
];

export const STAFF_ADDRESSES = [
Expand All @@ -17,6 +20,7 @@ export const STAFF_ADDRESSES = [
'0x4124cf34f56fa151e05c91ace550ada0dd5aabd7', // izgnzlz.eth
'0xf6b6f07862a02c85628b3a9688beae07fea9c863', // poap.eth
'0xac1c5131f0a85eafaa637a1ab342ed8e7771212d', // emiliosilva.eth
'0xf2dfcae8fef5b5cd5d89a527d193da567a5d6297', // tomso.eth
];

export const GITPOAP_BOT_APP_ID = 209535;
Expand Down Expand Up @@ -136,5 +140,6 @@ export const CGsWhitelist = new Set([
'0x4124cf34f56fa151e05c91ace550ada0dd5aabd7', // izgnzlz.eth
'0xf6b6f07862a02c85628b3a9688beae07fea9c863', // poap.eth
'0xac1c5131f0a85eafaa637a1ab342ed8e7771212d', // emiliosilva.eth
'0xf2dfcae8fef5b5cd5d89a527d193da567a5d6297', // tomso.eth
]);
// NOTE: When adding new addresses to the list, make sure the are all *lowercase*

0 comments on commit e862240

Please sign in to comment.