Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stewards for 2025 term #385

Merged
merged 1 commit into from
Jan 28, 2025
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
6 changes: 3 additions & 3 deletions app/app/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ const config = createConfig({
}),
],
transports: {
[mainnet.id]: http(),
[sepolia.id]: http(),
[holesky.id]: http(),
[mainnet.id]: http('https://eth.drpc.org'),
[sepolia.id]: http('https://sepolia.drpc.org'),
[holesky.id]: http('https://holesky.drpc.org'),
},
});

Expand Down
34 changes: 26 additions & 8 deletions docs/dao/stewards.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import { Avatar } from '@/components/mdx/Avatar'

{/** @type {import('@/lib/mdxPageProps').MdxMetaProps} */}
export const meta = {
description: 'Overview of the current governance stewards',
emoji: '',
contributors: [
'avsa.eth'
]
};
description: 'Overview of the current governance stewards',
emoji: '',
contributors: ['avsa.eth'],
}

# ENS DAO Stewards

Expand All @@ -17,7 +14,28 @@ For more day-to-day matters, there are also Stewards who are elected for a one-y

Read the [full active rules governing the Working Groups](https://docs.ens.domains/dao/wg/rules)

## Current Stewards
## Stewards for 2025 Term

#### Meta-Governance Working Group

| <Avatar name="5pence.eth" width={200} /> | <Avatar name="netto.eth" width={200} /> | <Avatar name="daostrat.eth" width={200} /> |
| ---------------------------------------- | --------------------------------------- | ------------------------------------------ |
| Spence / 5pence.eth | Alex / netto.eth | Cam / daostrat.eth |

#### ENS Ecosystem Working Group

| <Avatar name="slobo.eth" width={200} /> | <Avatar name="limes.eth" width={200} /> | <Avatar name="daemon.eth" width={200} /> |
| --------------------------------------- | --------------------------------------- | ---------------------------------------- |
| slobo.eth | limes.eth | Donnie / daemon.eth |

#### Public Goods Working Group

| <Avatar name="coltron.eth" width={200} /> | <Avatar name="simona.eth" width={200} /> | <Avatar name="sovereignsignal.eth" width={200} /> |
| ----------------------------------------- | ---------------------------------------- | ------------------------------------------------- |
| coltron.eth | simona.eth | sovereignsignal.eth |
| |

## Past Stewards

### 2024

Expand Down