Set anonklub status to inactive

This commit is contained in:
sripwoud
2024-08-19 12:27:27 +02:00
parent 05076fb213
commit 898ccab8a4

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