Skip to content

Commit ee1f1e4

Browse files
author
pdiogo
authored
format fixes, typos, and a reference to StreamingFast
1 parent 4bcdda6 commit ee1f1e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/pages/en/new-chain-integration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Graph Node can currently index data from the following chain types:
1111

1212
If you are interested in any of those chains, integration is a matter of Graph Node configuration and testing.
1313

14-
If you are interested in a different chain type, you will need to build a new integration with Graph Node. Our recommended approach is development of a Firehose for the chain, and then integration of that Firehose with Graph Node.
14+
If you are interested in a different chain type, a new with Graph Node must be built. Our recommended approach is developing a new Firehose for the chain in question and then the integration of that Firehose with Graph Node. More info below.
1515

16-
** 1. EVM JSON-RPC**
16+
**1. EVM JSON-RPC**
1717

1818
If the blockchain is EVM equivalent and the client/node exposes the standard EVM JSON-RPC API, Graph Node should be able to index the new chain. For more information, refer to [Testing an EVM JSON-RPC](new-chain-integration#testing-an-evm-json-rpc).
1919

2020
**2. Firehose**
2121

22-
For non-EVM-based chains, Graph Node will need to ingest blockchain data via gRPC and known type definitions. This can be done via [Firehose](firehose/README/), a new technology developed by [StreamingFast](https://www.streamingfast.io/) that provides a highly-scalable indexing blockchain solution using a files-based and streaming-first approach.
22+
For non-EVM-based chains, Graph Node must ingest blockchain data via gRPC and known type definitions. This can be done via [Firehose](firehose/README/), a new technology developed by [StreamingFast](https://www.streamingfast.io/) that provides a highly-scalable indexing blockchain solution using a files-based and streaming-first approach. Reach out to the [StreamingFast team](mailto:[email protected]) if you need help with Firehose development.
2323

2424
## Difference between EVM JSON-RPC & Firehose
2525

0 commit comments

Comments
 (0)