Skip to content

Commit 2ca923f

Browse files
authored
add gean to client list and devnet participant list (#66)
* feat: add gean client to clients list * feat: add gean as devnet participant * chore: update Go naming and clients array
1 parent e4b4a2f commit 2ca923f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

data/client-teams.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,17 @@ export const clientTeamsData: ClientTeam[] = [
100100
{ type: 'github', url: 'https://github.com/lambdaclass' },
101101
],
102102
},
103+
{
104+
id: 'gean',
105+
name: 'gean',
106+
language: 'Go',
107+
description:
108+
'A Go consensus client for Lean Ethereum, built around the idea that protocol simplicity is a security property.',
109+
leanRepo: 'https://github.com/geanlabs/gean',
110+
links: [
111+
{ type: 'website', url: 'https://geanlabs.com/' },
112+
{ type: 'twitter', url: 'https://x.com/geanclient' },
113+
{ type: 'github', url: 'https://github.com/geanlabs' },
114+
],
115+
},
103116
];

data/devnets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const devnetsData: Devnet[] = [
111111
'Coalesce multiple aggregates for the same message into one final aggregate',
112112
'Ensure blocks contain a single aggregate per message instead of multiple aggregates',
113113
],
114-
clients: ['Ream', 'Zeam', 'Qlean', 'Lantern', 'Grandine', 'ethlambda', 'Peam'],
114+
clients: ['Ream', 'Zeam', 'Qlean', 'Lantern', 'Grandine', 'ethlambda', 'gean', 'Peam'],
115115
links: [],
116116
},
117117
];

0 commit comments

Comments
 (0)