We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b6d20 commit 930799bCopy full SHA for 930799b
data/research-tracks.tsx
@@ -262,7 +262,11 @@ export const researchTracksData: ResearchTrack[] = [
262
{
263
id: 'p2p',
264
title: 'P2P Networking',
265
- description: '',
+ 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.",
270
icon: <Waypoints className="h-5 w-5" />,
271
colorClass: 'teal',
272
progress: 10,
0 commit comments