Skip to content

Commit

Permalink
Merge pull request #186 from sripwoud/main
Browse files Browse the repository at this point in the history
Set anonklub status to `inactive`
  • Loading branch information
kalidiagne authored Aug 20, 2024
2 parents dcdbb53 + 898ccab commit fceb9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/projects/anon-klub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AnonKlub is a tool designed for Ethereum developers that allows for anonymous pr
export const anonKlub: ProjectInterface = {
id: "anon-klub",
section: "pse",
projectStatus: "active",
projectStatus: "inactive",
image: "anonklub.svg",
name: "AnonKlub",
tldr: "A mechanism for anonymous proof of Ethereum address ownership.",
Expand Down

0 comments on commit fceb9f6

Please sign in to comment.