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

Add 0xj4an as delegate #18

Merged
merged 5 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.2",
Expand Down
Binary file added public/logos/delegatees/0xj4an.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/config/delegates.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"0xFEF5A1A2b3754A2F53161EaaAcb3EB889F004d4a": {
"name": "0xj4an",
"address": "0xFEF5A1A2b3754A2F53161EaaAcb3EB889F004d4a",
"logoUri": "/logos/delegatees/0xj4an.jpg",
"date": "2024-08-03",
"links": {
"website": "https://linktr.ee/0xj4an_work",
"twitter": "https://twitter.com/0xj4an"
},
"interests": ["Community", "Transparency", "Accountability", "Good Vibes"],
"description": "Hey im I am a Celo Guardian (Old named CGP Editors), adding myself as delegate"
work-0xj4an marked this conversation as resolved.
Show resolved Hide resolved
},
"0xd42Bb7FE32cDf68045f49553c6f851fD2c58B6a9": {
"name": "ReFiCol4🌎",
"address": "0xd42Bb7FE32cDf68045f49553c6f851fD2c58B6a9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ __metadata:
micromark-extension-gfm-table: "npm:^2.0.0"
next: "npm:14.1.4"
postcss: "npm:^8.4.38"
prettier: "npm:^3.2.5"
prettier: "npm:^3.3.3"
prettier-plugin-organize-imports: "npm:^3.2.4"
prettier-plugin-tailwindcss: "npm:^0.5.12"
react: "npm:^18.2.0"
Expand Down Expand Up @@ -9148,12 +9148,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
"prettier@npm:^3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
bin:
prettier: bin/prettier.cjs
checksum: 10/d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a
checksum: 10/5beac1f30b5b40162532b8e2f7c3a4eb650910a2695e9c8512a62ffdc09dae93190c29db9107fa7f26d1b6c71aad3628ecb9b5de1ecb0911191099be109434d7
languageName: node
linkType: hard

Expand Down
Loading