Skip to content

Commit

Permalink
chore: set ppot to inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Dec 9, 2024
1 parent 003f007 commit d86a031
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/projects/p0tion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const p0tion: ProjectInterface = {
github: "https://github.com/privacy-scaling-explorations/p0tion",
},
// extraLinks: {
// learn: [{ label: "Trusted Setup/P0tion LTS Announcement", url: "TODO" }],
// learn: [{ label: "Trusted Setup/P0tion/PPoT LTS Announcement", url: "TODO" }],
// },
tags: {
keywords: ["Toolkits", "Infrastructure/protocol"],
Expand Down
8 changes: 6 additions & 2 deletions data/projects/powers-of-tau.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ const content: ProjectContent = {

export const PerpetualPowersOfTau: ProjectInterface = {
id: "perpetual-powers-of-tau",
section: "pse",
section: "archived",
image: "powers-of-tau.png",
name: "Perpetual Powers of Tau",
projectStatus: ProjectStatus.ACTIVE,
projectStatus: ProjectStatus.INACTIVE,
content,
tags: {
keywords: ["scaling"],
Expand All @@ -28,6 +28,10 @@ export const PerpetualPowersOfTau: ProjectInterface = {
label: "Announcing the Perpetual Powers of Tau Ceremony",
url: "https://medium.com/coinmonks/announcing-the-perpetual-powers-of-tau-ceremony-to-benefit-all-zk-snark-projects-c3da86af8377",
},
// {
// label: "Trusted Setup/P0tion/PPoT LTS Announcement",
// url: "TODO",
// },
],
},
}

0 comments on commit d86a031

Please sign in to comment.