-
Notifications
You must be signed in to change notification settings - Fork 7
/
projectData.ts
39 lines (39 loc) · 1.49 KB
/
projectData.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
const projects = [
{
id: "1",
recipient: "0x0c2227c06624954FdB0bd7F379A3D697B49C1cFc",
name: "HyperStaker",
shortDescription:
"Bridging the funding gap between innovation and venture capital, by creating utility, value and demand for Hypercerts",
longDescription:
"Bridging the funding gap between innovation and venture capital, by creating utility, value and demand for Hypercerts",
avatarUrl: "/img/hs-logo-small.jpg",
bannerUrl: "/img/unicorn-dream.jpg",
slug: "hyper-staker",
},
{
id: "2",
recipient: "0x576edCed7475D8F64a5e2D5227c93Ca57d7f5d20",
name: "Funding the commons",
shortDescription:
"We envision a world where the incentives that govern human coordination at scale push our species to develop an economy that prioritizes public goods above all else.",
longDescription:
"We envision a world where the incentives that govern human coordination at scale push our species to develop an economy that prioritizes public goods above all else.",
avatarUrl: "/img/ftc-square.jpg",
bannerUrl: "/img/ftc-banner.jpg",
slug: "funding-the-commons",
},
{
id: "3",
recipient: "",
name: "WERK",
shortDescription:
"Gain perspective on how to allocate your most valuable asset: your attention.",
longDescription:
"Gain perspective on how to allocate your most valuable asset: your attention.",
avatarUrl: "/img/werk-logo.png",
bannerUrl: "",
slug: "fux",
},
];
export default projects;