Skip to content

Commit 77fb4f8

Browse files
authored
Update Lantern's description;
1 parent d326104 commit 77fb4f8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

data/client-teams.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@ export const clientTeamsData: ClientTeam[] = [
4747
id: 'lantern',
4848
name: 'Lantern',
4949
description:
50-
'The team developing C-based Ethereum consensus layer libraries focused on enabling devices with limited compute to verify state root with zk proofs.',
50+
'By Pier Two. C-based Ethereum Lean Consensus client. Focused on enabling devices with limited compute to follow the consensus.',
5151
status: 'new',
52-
links: [],
52+
links: [
53+
{ type: 'website', url: 'https://piertwo.com/' },
54+
{ type: 'twitter', url: 'https://x.com/PierTwo_com' },
55+
{ type: 'github', url: 'https://github.com/Pier-Two' }
56+
],
5357
},
5458
{
5559
id: 'lambdaclass',

0 commit comments

Comments
 (0)