Skip to content

Commit

Permalink
Merge pull request #422 from alex-beckett/ecosystem
Browse files Browse the repository at this point in the history
Update ecosystem page
  • Loading branch information
jcstein authored Dec 10, 2024
2 parents 8418442 + ddcf7ab commit a0eca76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/datas/ecosystem/ecosystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,12 @@ export const ecosystemItems = [
description: "",
url: "https://www.plumenetwork.xyz/",
},
{
title: "Blockscout",
image: "ecosystem/blockscout.png",
description: "",
url: "https://www.blockscout.com/",
},
];

// 2. Define ecosystem categories and assign ecosystem items to them.
Expand Down Expand Up @@ -575,7 +581,7 @@ export const ecosystemCategories = {
},
{
name: "Explorer",
items: ["Celenium", "Dora", "Mintscan", "Modular Cloud"],
items: ["Celenium", "Dora", "Mintscan", "Modular Cloud", "Blockscout"],
},
{
name: "Analytics",
Expand Down
Binary file added src/images/ecosystem/blockscout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0eca76

Please sign in to comment.