Skip to content
Open
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update delegates.json after adding a delegatee file

Adding a new file under src/config/delegatees without regenerating and committing src/config/delegates.json leaves the checked-in aggregate metadata stale. This repo reads delegatees from src/config/delegates.json at runtime (getDelegateeMetadata) and CI explicitly enforces freshness in .github/workflows/ci.yml (validate-delegates runs yarn build:delegatees-json and fails if that file changes), so this commit will not pass validation and the new delegate will be missing in workflows that rely on the committed aggregate file.

Useful? React with 👍 / 👎.

"name": "Jamal",
"address": "0x95A791092b854aB085ffb51E1844B9702856a8D2",
"logoUri": "/logos/delegatees/0x95A791092b854aB085ffb51E1844B9702856a8D2.jpg",
"date": "2026-04-02",
"links": {
"website": "https://x.com/kahuzi_",
"twitter": "https://x.com/kahuzi_"
},
"interests": [
"Blockchain"
],
"description": "A guy"
}
Loading