Skip to content

Commit

Permalink
Merge pull request #188 from lidofinance/develop
Browse files Browse the repository at this point in the history
Merge into main from develop
  • Loading branch information
AnnaSila authored Sep 9, 2024
2 parents 6bf0830 + 78fab24 commit 7ffdb90
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions modules/delegation/publicDelegates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,28 @@ export const PUBLIC_DELEGATES = [
lido: 'https://research.lido.fi/t/lemma-delegate-thread/8214',
twitter: 'https://x.com/Lemma_Solutions',
},
{
name: 'Nansen',
avatar:
'https://dub1.discourse-cdn.com/business20/user_avatar/research.lido.fi/nansen/288/4925_2.png',
address: 'nansengov.eth',
lido: 'https://research.lido.fi/t/nansen-delegate-thread/8303',
twitter: 'https://x.com/nansen_ai',
},
{
name: 'DAOplomats',
avatar:
'https://dub1.discourse-cdn.com/business20/user_avatar/research.lido.fi/daoplomats.eth/288/4877_2.png',
address: '0x057928bc52bD08e4D7cE24bF47E01cE99E074048',
lido: 'https://research.lido.fi/t/daoplomats-delegate-thread/8242',
twitter: 'https://x.com/DAOplomats',
},
{
name: 'PGov.eth',
avatar:
'https://dub1.discourse-cdn.com/business20/user_avatar/research.lido.fi/pgov/288/4894_2.png',
address: 'pgov.eth',
lido: 'https://research.lido.fi/t/pgov-delegate-thread/8232',
twitter: 'https://x.com/PGovTeam',
},
]
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ export const useProcessedPublicDelegatesList = () => {
if (a.delegatedVotingPower.gt(b.delegatedVotingPower)) {
return -1
}
return 0

return a.name.localeCompare(b.name)
})
},
{
Expand Down

0 comments on commit 7ffdb90

Please sign in to comment.