Skip to content

Commit

Permalink
Merge pull request #50 from privacy-scaling-explorations/stage/dev
Browse files Browse the repository at this point in the history
Adding Aug learn and share to home page
  • Loading branch information
thebeyondr authored Aug 4, 2023
2 parents 26251d6 + 8ab7294 commit 8a3924a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions data/news.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import { NewsInterface } from "@/lib/types"

export const newsItems: NewsInterface[] = [
{
type: "learn",
title: "Diving into Plonk accumulation via aPlonk by Ralph Toledo",
action: {
label: "Watch",
url: "https://www.youtube.com/live/hRXgf6T2yb8",
},
},
{
type: "post",
title: "Learnings from the KZG Ceremony",
Expand All @@ -19,18 +11,26 @@ export const newsItems: NewsInterface[] = [
},
{
type: "learn",
title: "Folding Circom Circuit: A ZKML Case Study by Dr. Cathie So",
title: "Revisiting Nova. How to handle cycles of curves within folding schemes by Wilson Nguyen. Aug/9, 16:00 UTC",
action: {
label: "Watch",
url: "https://www.youtube.com/live/jb6HDEtY4CI",
label: "See details",
url: "https://discord.com/events/943612659163602974/1128713844987002984",
},
},
{
type: "event",
title: "PSE@ETHGlobal Paris",
type: "learn",
title: "Diving into Indexed Merkle Trees within ZK circuits by Sean Aztec. Aug/16, 12:00 UTC ",
action: {
label: "Attend",
url: "https://ethglobal.com/events/paris2023",
label: "See details",
url: "https://discord.gg/pse?event=1137001447679070318",
},
},
{
type: "learn",
title: "Folding Circom Circuit: A ZKML Case Study by Dr. Cathie So",
action: {
label: "Watch",
url: "https://www.youtube.com/live/jb6HDEtY4CI",
},
},
]

1 comment on commit 8a3924a

@vercel
Copy link

@vercel vercel bot commented on 8a3924a Aug 4, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.