diff --git a/data/news.ts b/data/news.ts index 7ffcb2f..392a0aa 100644 --- a/data/news.ts +++ b/data/news.ts @@ -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", @@ -17,6 +9,22 @@ export const newsItems: NewsInterface[] = [ url: "https://mirror.xyz/privacy-scaling-explorations.eth/naTdx-u7kyirczTLSAnWwH6ZdedfTQu1yCWQj1m_n-E", }, }, + { + type: "learn", + title: "Revisiting Nova. How to handle cycles of curves within folding schemes by Wilson Nguyen. Aug/9, 16:00 UTC", + action: { + label: "See details", + url: "https://discord.com/events/943612659163602974/1128713844987002984", + }, + }, + { + type: "learn", + title: "Diving into Indexed Merkle Trees within ZK circuits by Sean Aztec. Aug/16, 12:00 UTC ", + action: { + label: "See details", + url: "https://discord.gg/pse?event=1137001447679070318", + }, + }, { type: "learn", title: "Folding Circom Circuit: A ZKML Case Study by Dr. Cathie So", @@ -25,12 +33,4 @@ export const newsItems: NewsInterface[] = [ url: "https://www.youtube.com/live/jb6HDEtY4CI", }, }, - { - type: "event", - title: "PSE@ETHGlobal Paris", - action: { - label: "Attend", - url: "https://ethglobal.com/events/paris2023", - }, - }, ]