Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: set p0tion /trusted-setups/ppot to archived/inactive #243

Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions data/projects/p0tion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ const content: ProjectContent = {

export const p0tion: ProjectInterface = {
id: "p0tion",
section: "pse",
projectStatus: ProjectStatus.ACTIVE,
section: "archived",
projectStatus: ProjectStatus.INACTIVE,
content,
image: "p0tion.png",
name: "p0tion",
links: {
website: "https://ceremony.pse.dev/",
github: "https://github.com/privacy-scaling-explorations/p0tion",
},
// extraLinks: {
// learn: [{ label: "Trusted Setup/P0tion LTS Announcement", url: "TODO" }],
// },
Copy link
Member Author

@sripwoud sripwoud Dec 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NicoSerranoP is preparing something we will publish to communicate this.
So to update later

tags: {
keywords: ["Toolkits", "Infrastructure/protocol"],
themes: ["build"],
Expand Down
7 changes: 5 additions & 2 deletions data/projects/trusted-setups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ const content: ProjectContent = {

export const trustedSetups: ProjectInterface = {
id: "trusted-setups",
section: "pse",
projectStatus: ProjectStatus.ACTIVE,
section: "archived",
projectStatus: ProjectStatus.INACTIVE,
content,
image: "trusted-setups.svg",
name: "Trusted Setups",
links: {
github: "https://github.com/zkparty",
},
extraLinks: {
learn: [{ label: "Trusted Setup/P0tion LTS Announcement", url: "TODO" }],
},
Comment on lines +26 to +28
Copy link
Member Author

@sripwoud sripwoud Dec 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NicoSerranoP is preparing something we will publish to communicate this.
So to update later

tags: {
themes: ["play"],
types: ["Legos/dev tools", "Lego sets/toolkits"],
Expand Down