Skip to content

Commit

Permalink
fix filter list
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlesich committed Aug 8, 2024
1 parent a22e19a commit ac89d64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants/filterLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ export const PROD_PROJECT_FILTER_LIST: string[] = [
'0x4695B577F2A243476E34060c15675F296212BBc9',
'0xC19257E31402446183F87a5a45803AB93c1fFC27',
'0x899E0e86eB3A97508bA1603140ecBaBBcabd0BaC',
'0x272a05D0a4AD86Ca0e9c4760eb061cff7Cad2a49',
'0x8d3EE1bfa283B487aF9e1975b8E9E45Cb73AD074',
// Hackathon Projects
'0x73bBeaE4478c5E0530C9e01C839dFB299Ae7b419',
'0xB4783D9Bbb02238A43d3e54a6A58E7e9585Ba0A3',
'0x6A7b8dda03759b3aE87723572D1686153909425D',
// Jord's Tester
'0x6068962E7a64DAFDf69f13a85EB191260705008E',
].map((id) => id.toLowerCase());

export const PROJECT_FILTER_LIST =
Expand Down

0 comments on commit ac89d64

Please sign in to comment.