From d7c78603471178f20d8a3298b71082eebd73b1ef Mon Sep 17 00:00:00 2001 From: pistomat Date: Fri, 22 Dec 2023 16:36:17 +0100 Subject: [PATCH] Update substreams/Readme.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ D --- substreams/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substreams/Readme.md b/substreams/Readme.md index 1eef29f..f4f9aa3 100644 --- a/substreams/Readme.md +++ b/substreams/Readme.md @@ -64,7 +64,7 @@ prost = "0.11" There are already some generated rust files in the `src/pb` directory. These are generated from the protobuf files in the `/proto/tycho/evm/v1` directory. They specify the output protobuf messages -we want to generate. The input Block is specified by the sustreams crate, specifically the [sf.ethereum.type.v2.Block](https://github.com/streamingfast/substreams-ethereum/blob/develop/core/src/pb/sf.ethereum.type.v2.rs) message. +we want to generate. The input Block is specified by the subtreams crate, specifically the [sf.ethereum.type.v2.Block](https://github.com/streamingfast/substreams-ethereum/blob/develop/core/src/pb/sf.ethereum.type.v2.rs) message. You can define your own protobuf messages, make a new directory `/substreams/[CHAIN]-[PROTOCOL]/proto` for them.