From 3e7f90a9fd9c41efdbd850227a46c356be5d4caf Mon Sep 17 00:00:00 2001 From: Chiali Date: Fri, 4 Aug 2023 08:40:16 -0400 Subject: [PATCH 1/2] Add Aug learn and share --- data/news.ts | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/data/news.ts b/data/news.ts index 7ffcb2f..fc42dc6 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: "Detail", + 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: "Detail", + 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", - }, - }, ] From 8ab7294b8f22769bff12ae730f16056c93899df6 Mon Sep 17 00:00:00 2001 From: Y6NDR <19380973+thebeyondr@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:20:08 -0500 Subject: [PATCH 2/2] Update news.ts Update verbs for action labels --- data/news.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/news.ts b/data/news.ts index fc42dc6..392a0aa 100644 --- a/data/news.ts +++ b/data/news.ts @@ -13,7 +13,7 @@ export const newsItems: NewsInterface[] = [ type: "learn", title: "Revisiting Nova. How to handle cycles of curves within folding schemes by Wilson Nguyen. Aug/9, 16:00 UTC", action: { - label: "Detail", + label: "See details", url: "https://discord.com/events/943612659163602974/1128713844987002984", }, }, @@ -21,7 +21,7 @@ export const newsItems: NewsInterface[] = [ type: "learn", title: "Diving into Indexed Merkle Trees within ZK circuits by Sean Aztec. Aug/16, 12:00 UTC ", action: { - label: "Detail", + label: "See details", url: "https://discord.gg/pse?event=1137001447679070318", }, },