Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Envio to the Darwinia Ecosystem #411

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,12 @@
"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,

Check failure on line 448 in src/config/projects.ts

View workflow job for this annotation

GitHub Actions / Check code

Cannot find name 'envio'.

Check failure on line 448 in src/config/projects.ts

View workflow job for this annotation

GitHub Actions / Deploy

Cannot find name '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"],
},
];
Loading