Skip to content
Merged
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
8 changes: 6 additions & 2 deletions data/client-teams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ export const clientTeamsData: ClientTeam[] = [
id: 'lantern',
name: 'Lantern',
description:
'The team developing C-based Ethereum consensus layer libraries focused on enabling devices with limited compute to verify state root with zk proofs.',
'By Pier Two. C-based Ethereum Lean Consensus client. Focused on enabling devices with limited compute to follow the consensus.',
status: 'new',
links: [],
links: [
{ type: 'website', url: 'https://piertwo.com/' },
{ type: 'twitter', url: 'https://x.com/PierTwo_com' },
{ type: 'github', url: 'https://github.com/Pier-Two' },
],
},
{
id: 'lambdaclass',
Expand Down