Skip to content

Commit

Permalink
adds more collections as they roll in from the community (#3403)
Browse files Browse the repository at this point in the history
* more collections

* updates
  • Loading branch information
owocki authored May 2, 2024
1 parent f9b5071 commit 0a4edee
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,30 @@ const collections: CommunityCollection[] = [
description:
"Check out my collection of Climate Projects making real-world impact in rural Africa including 2 projects for dMRV.",
},
{
cid: "bafkreibmhp2c2wc7ppbdb3rlgql2xkaxuevfmbdjze2p5svoinrpfb4jim",
author: "Carl Cervone",
name: "Carl Cervone's high impact projects",
numberOfProjects: 100,
description:
"Carl Cervone's favorite OSS and non-OSS projects.",
},
{
cid: "bafkreia7eablt2gbn4afqmo5z5p4gjiiymn3yhpwlmkkhiaotwqwfuidmq",
author: "Trent Van Epps",
name: "Trent Van Epps favorite projects",
numberOfProjects: 17,
description:
"Trents favorite ecosystem projects.",
},
{
cid: "bafkreibmljr4sgcbopmj7z62pj55a4e2krc5hfrjyynj6urqugbhzyyrm4",
author: "Jon Ellison",
name: "ReFi DAO & Local Nodes",
numberOfProjects: 17,
description:
"List of ReFi DAO & Local Nodes.",
},
];

export default collections;

0 comments on commit 0a4edee

Please sign in to comment.