fix projects

This commit is contained in:
Kalidou Diagne
2023-08-16 21:29:01 +02:00
parent 96cc97a7fc
commit 68b47ffee2
5 changed files with 5 additions and 5 deletions

View File

@@ -24,6 +24,6 @@ export const anonKlub: ProjectInterface = {
"Voting/governance",
],
type: ["Infrastructure/protocol", "Prototype", "Proof of concept"],
builtWith: ["Circom", "snarkjs", "halo2"],
builtWith: ["Circom", "snarkjs", "Halo2"],
},
}

View File

@@ -18,6 +18,6 @@ export const pollenLabs: ProjectInterface = {
tags: {
themes: ["Anonymity/privacy", "Scaling"],
type: ["Application"],
builtWith: [""],
builtWith: [],
},
}

View File

@@ -31,6 +31,6 @@ export const semaphore: ProjectInterface = {
],
types: ["Legos/dev tools", "Lego sets/toolkits", "Infrastructure/protocol"],
builtWith: ["ZK-kit", "circom", "snarkjs"],
builtWith: ["ZK-kit", "Circom", "snarkjs"],
},
}

View File

@@ -17,6 +17,6 @@ export const zkevmCommunity: ProjectInterface = {
tags: {
themes: ["Scaling"],
types: ["Infrastructure/protocol", "Lego sets/toolkits"],
builtWith: ["halo2 from zcash", "Rust", "geth"],
builtWith: ["Halo2 from zcash", "Rust", "geth"],
},
}

View File

@@ -17,6 +17,6 @@ export const zkml: ProjectInterface = {
tags: {
themes: ["Anonymity/privacy", "Scaling"],
type: ["Proof of concept", "Infrastructure/protocol"],
builtWith: ["circom", "halo2", "nova"],
builtWith: ["Circom", "Halo2", "nova"],
},
}