From f7f035628027907ea7b248a6ee7e7c7acd935f7f Mon Sep 17 00:00:00 2001 From: Jordy-Baby <82444671+Jordy-Baby@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:22:07 +0100 Subject: [PATCH] Add Envio to the Darwinia Ecosystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Please add under the Infrastructure section. Thanks so much! 🙂 --- src/config/projects.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/config/projects.ts b/src/config/projects.ts index deaaf756..66d568af 100644 --- a/src/config/projects.ts +++ b/src/config/projects.ts @@ -444,4 +444,12 @@ export const projects = (t: TFunction): PortalMeta[] => [ "The leading bug bounty platform for blockchain with the world's largest bug bounties. More than $90m paid out to Whitehats and $156m in rewards available.", tags: ["Infrastructure", "Tool"], }, + { + logo: envio, + name: "Envio", + link: "https://envio.dev/", + description: + "Envio is a modern, multi-chain EVM blockchain indexing framework speed-optimized for querying real-time and historical data.", + tags: ["Infrastructure", "Tool"], + }, ];