Skip to content

Commit

Permalink
Add envio (#413)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update projects.ts

envio

* Update projects.ts

* Update src/config/projects.ts

* Update src/config/projects.ts

---------

Co-authored-by: fisher <[email protected]>
  • Loading branch information
Jordy-Baby and hackfisher authored Jun 21, 2024
1 parent 473b406 commit e732e97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added src/assets/projects/Envio_logo_sqaure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import subApiDao from "../assets/projects/subapi-dao.png";
import helixDao from "../assets/projects/helix-dao.png";
import immunefi from "../assets/projects/immunefi.png";
import ktonStaking from "../assets/projects/kton-staking.png";
import envio from "../assets/projects/Envio_logo_sqaure.png";

export const projects = (t: TFunction): PortalMeta[] => [
{
Expand Down Expand Up @@ -175,6 +176,15 @@ export const projects = (t: TFunction): PortalMeta[] => [
),
tags: ["Wallet"],
},
{
logo: envio,
name: t("Envio"),
link: t("https://envio.dev/"),
description: t(
"Envio is a modern, multi-chain EVM blockchain indexing framework speed-optimized for querying real-time and historical data."
),
tags: ["Infrastructure", "Tool"],
},
{
logo: subquery,
name: t("SubQuery"),
Expand Down

0 comments on commit e732e97

Please sign in to comment.