Skip to content

Commit

Permalink
adds more collections
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Apr 26, 2024
1 parent 98d8f8f commit b843af5
Showing 1 changed file with 39 additions and 15 deletions.
54 changes: 39 additions & 15 deletions packages/grant-explorer/src/features/collections/community/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,52 @@ export type CommunityCollection = {

const collections: CommunityCollection[] = [
{
cid: "bafkreibvfdh6zeauzic3cmocekwltt66kkhi2ordg4cxtquog4k7rgiwaq",
author: "Gitcoin 1",
name: "Test Collection 1 to remove",
numberOfProjects: 4,
cid: "bafkreidobkgrbrw7mex556jnku4xlony6jvyhepc6yqpzzymasupnuvdi4",
author: "BitcoinLouie",
name: "Solo Staking",
numberOfProjects: 9,
description:
"This collection showcases all grantees in GG19 that have not participated in a past round on Grants Stack! Give these first-time grantees some love (and maybe some donations, too!).",
"This collection showcases BitcoinLouie's Solo Staking Collection",
},
{
cid: "bafkreihfxjn5higf4s35szbgbkow4nmitbtnrbn4z2gchfbg5dngqe63ja",
author: "Gitcoin 1",
name: "Test Collection 2 to remove",
numberOfProjects: 5,
cid: "bafkreibp2yzwyj6m2fcgjqp7k6fikj3rr7ew3ceytrnr2zgi6dql2oiiry",
author: "Kevin Weaver",
name: "Regen Builders",
numberOfProjects: 20,
description:
"This collection showcases all grantees in GG19 that have not participated in a past round on Grants Stack! Give these first-time grantees some love (and maybe some donations, too!).",
"Kevin's bento assortment of public goods spanning apps, web3 infra, dev tools I use daily and climate initiatives that pair well.",
},
{
cid: "bafkreihfxjn5higf4s35szbgbkow4nmitbtnrbn4z2gchfbg5dngqe63j2",
author: "Gitcoin 2",
name: "Test Collection 3 to remove",
numberOfProjects: 5,
cid: "bafkreifk3ejfp3j6eanuvvoqmp2bgyieuq67eh4kqpuxebegshaqaghu5e",
author: "ThankArb",
name: "Bring ARB Home ",
numberOfProjects: 22,
description:
"This collection showcases all grantees in GG19 that have not participated in a past round on Grants Stack! Give these first-time grantees some love (and maybe some donations, too!).",
"Think ARB is cool, but never felt like it would really work for you? Take a look at these rounds on Abriturum that you can use to impact your community close to home.",
},
{
cid: "bafkreicneb6yinsk3zwcntohxklo3gcztosj5a2g72sr2dpqlawlcyvpli",
author: "buidlbox",
name: "buidl & shill sesh ",
numberOfProjects: 13,
description:
"We've rounded up all the projects from our recent buidl & shill spaces for #GG20 in a collection",
},
{
cid: "bafkreihmuhsrdh62kjor5472dsgahhea3ltj33tffhr2cnc5bxae3qetou",
author: "Benjamin Life",
name: "Regen Civics",
numberOfProjects: 25,
description:
"Regen Civics is my curation of civic innovators in the @climate_program round on @gitcoin.",
},
{
cid: "bafkreiffs6li5kwipwf6m4dgwbul3lf5mg766fujks72vm4crdebgybrme",
author: "Coleen Chase",
name: "Climate Projects Making Real-World Impact in Rural Africa",
numberOfProjects: 25,
description:
"Check out my collection of Climate Projects making real-world impact in rural Africa including 2 projects for dMRV.",
},
];

Expand Down

0 comments on commit b843af5

Please sign in to comment.