Merge pull request #186 from sripwoud/main

Set anonklub status to `inactive`
This commit is contained in:
Kalidou Diagne
2024-08-20 02:11:25 +02:00
committed by GitHub

View File

@@ -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.",