From f879dabaebf511c606a410004c012a746a394843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Sch=C3=B6ll?= Date: Wed, 23 Oct 2024 10:10:54 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9554371..b47c9dd 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,16 @@ Please have a look at the documentation [here](https://firehose.streamingfast.io Substreams stack. Note that indexing larger Antelope chains such as EOS or WAX requires parallel processing of the chain and a lot of resources to have the indexing done in a reasonable time frame. +### Versioning + +In case you are running an Antelope chain on the leap codebase, please stay on the v1 releases. For spring nodes use v2. + ### EOS EVM This implementation provides native Antelope blocks, including all Antelope specific block data. In case you are looking for operating Firehose & Substreams for EOS EVM, please have a look at -the [firehose-ethereum](https://github.com/streamingfast/firehose-ethereum) repository; it provides a generic evm poller -to poll the EVM blocks from an RPC node. +the [firehose-ethereum](https://github.com/streamingfast/firehose-ethereum) repository; it provides a generic EVM poller +that creates the Firehose blocks using an RPC node. ## Support