Skip to content

Commit 930799b

Browse files
committed
feat: add description for networking track
1 parent 46b6d20 commit 930799b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

data/research-tracks.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,11 @@ export const researchTracksData: ResearchTrack[] = [
262262
{
263263
id: 'p2p',
264264
title: 'P2P Networking',
265-
description: '',
265+
description:
266+
"Modernizes how Ethereum consensus nodes communicate by developing next-generation \
267+
networking protocols like Gossipsub v2.0 and advanced set reconciliation to enable Beam Chain's \
268+
4-second block times and increased validators from reduced staking requirements (32 ETH to 1 ETH), \
269+
and while uncompromising on decentralization.",
266270
icon: <Waypoints className="h-5 w-5" />,
267271
colorClass: 'teal',
268272
progress: 10,

0 commit comments

Comments
 (0)