diff --git a/public/project/citizen_wallet.png b/public/project/citizen_wallet.png new file mode 100644 index 0000000..87a002f Binary files /dev/null and b/public/project/citizen_wallet.png differ diff --git a/src/app/projectsMeta.ts b/src/app/projectsMeta.ts index daeafbe..732e8ee 100644 --- a/src/app/projectsMeta.ts +++ b/src/app/projectsMeta.ts @@ -1,5 +1,8 @@ -type ProjectMeta = { +import { Hex } from "viem"; + +export type ProjectMeta = { name: string; + order: number; description: string; logoSrc: string; links: { @@ -8,10 +11,11 @@ type ProjectMeta = { }; export const projectsMeta: { - [key: string]: ProjectMeta; + [key: Hex]: ProjectMeta; } = { "0x7E1367998e1fe8Fab8f0bbF41e97cD6E0C891B64": { name: "Labour DAO", + order: 1, description: "A DAO supporting workers who want to organize in web3 and out.", logoSrc: "project/labor_dao.png", @@ -22,6 +26,7 @@ export const projectsMeta: { }, "0x5405e2D4D12AAdB57579E780458c9a1151b560F1": { name: "Symbiota", + order: 2, description: "Event-focused organisations devoted to new forms of culture and enquiry.", logoSrc: "project/symbiota.png", @@ -32,6 +37,7 @@ export const projectsMeta: { }, "0x5c22B3F03b3d8FFf56C9B2e90151512Cb3F3dE0F": { name: "Crypto Commons", + order: 3, description: "Creating research and events on decentralized tech and the commons.", logoSrc: "project/cca.png", @@ -40,8 +46,19 @@ export const projectsMeta: { "https://breadchain.notion.site/Crypto-Commons-Association-77818c4f425942479835e8bfec0b951b", }, }, + "0x9c8C8513974d22E8eA9F74f2860833Db107111E6": { + name: "Citizen Wallet", + order: 4, + description: "Open source tool stack to support Web3 community currencies.", + logoSrc: "project/citizen_wallet.png", + links: { + notion: + "https://breadchain.notion.site/Citizen-Wallet-0139bb3030f7442a8804459d717adb52?pvs=74", + }, + }, "0x918dEf5d593F46735f74F9E2B280Fe51AF3A99ad": { name: "Breadchain Core", + order: 5, description: "The core team developing the tech and design used by Breadchain.", logoSrc: "project/core.png", @@ -52,6 +69,7 @@ export const projectsMeta: { }, "0x6A148b997e6651237F2fCfc9E30330a6480519f0": { name: "Breadchain Treasury", + order: 6, description: "A co-owned treasury in Breadchain used for grants and sponsorships.", logoSrc: "project/treasury.png",