From 3e307b06468046ba82f19fdd14d490975e4d7dee Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:46:22 +0100 Subject: [PATCH 1/4] Add Envio to Data Indexing & Querying --- .../infrastructure-and-tooling.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitbook/developers-evm/infrastructure-and-tooling.mdx b/.gitbook/developers-evm/infrastructure-and-tooling.mdx index be82d65a..029a3199 100644 --- a/.gitbook/developers-evm/infrastructure-and-tooling.mdx +++ b/.gitbook/developers-evm/infrastructure-and-tooling.mdx @@ -18,6 +18,22 @@ BlockScoutInjective is supported by a rich ecosystem of industry-leading infrast +Envio + +

+Envio is a high-performance indexing framework that turns smart contract events into a queryable GraphQL API. Envio's HyperIndex natively supports indexing any EVM chain out of the box, so you can index Injective inEVM by pointing an indexer at your own RPC as the data source. +

+ + + + The Graph

From 0ab277f0a67d5d7d3eb025de5def1222972b7ea0 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:16:04 +0100 Subject: [PATCH 2/4] docs: add Envio benchmarks resource link --- .gitbook/developers-evm/infrastructure-and-tooling.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitbook/developers-evm/infrastructure-and-tooling.mdx b/.gitbook/developers-evm/infrastructure-and-tooling.mdx index 029a3199..80335805 100644 --- a/.gitbook/developers-evm/infrastructure-and-tooling.mdx +++ b/.gitbook/developers-evm/infrastructure-and-tooling.mdx @@ -30,6 +30,9 @@ Envio is a high-performance indexing framework that turns smart contract events

  • Indexing via RPC quick start
  • +
  • +Benchmarks +
  • From 61e8cbf2045e6276a4e49e2d678907a0e0795cb4 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:33:56 +0100 Subject: [PATCH 3/4] Update Envio lead description --- .gitbook/developers-evm/infrastructure-and-tooling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitbook/developers-evm/infrastructure-and-tooling.mdx b/.gitbook/developers-evm/infrastructure-and-tooling.mdx index 80335805..33b375a8 100644 --- a/.gitbook/developers-evm/infrastructure-and-tooling.mdx +++ b/.gitbook/developers-evm/infrastructure-and-tooling.mdx @@ -21,7 +21,7 @@ BlockScoutInjective is supported by a rich ecosystem of industry-leading infrast Envio

    -Envio is a high-performance indexing framework that turns smart contract events into a queryable GraphQL API. Envio's HyperIndex natively supports indexing any EVM chain out of the box, so you can index Injective inEVM by pointing an indexer at your own RPC as the data source. +Envio is the data layer for blockchain apps. It gives Injective developers the fastest, most flexible way to get real-time and historical onchain data, from a single GraphQL API to raw high-speed access, with managed hosting on Envio Cloud. Envio's HyperIndex natively supports indexing any EVM chain out of the box, so you can index Injective inEVM by pointing an indexer at your own RPC as the data source.