Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions data/client-teams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,17 @@ export const clientTeamsData: ClientTeam[] = [
{ type: 'github', url: 'https://github.com/lambdaclass' },
],
},
{
id: 'gean',
name: 'gean',
language: 'Go',
description:
'A Go consensus client for Lean Ethereum, built around the idea that protocol simplicity is a security property.',
leanRepo: 'https://github.com/geanlabs/gean',
links: [
{ type: 'website', url: 'https://geanlabs.com/' },
{ type: 'twitter', url: 'https://x.com/geanclient' },
{ type: 'github', url: 'https://github.com/geanlabs' },
],
},
];
2 changes: 1 addition & 1 deletion data/devnets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const devnetsData: Devnet[] = [
'Coalesce multiple aggregates for the same message into one final aggregate',
'Ensure blocks contain a single aggregate per message instead of multiple aggregates',
],
clients: ['Ream', 'Zeam', 'Qlean', 'Lantern', 'Grandine', 'ethlambda', 'Peam'],
clients: ['Ream', 'Zeam', 'Qlean', 'Lantern', 'Grandine', 'ethlambda', 'gean', 'Peam'],
links: [],
},
];
Loading