EVM Streams
The mapping between EVM streams of messages and protobuf schemas:
BLOCKCHAIN.blocks.s3
-> BlockMessage of block_message.protoBLOCKCHAIN.dextrades.s3
-> DexBlockMessage of dex_block_message.protoBLOCKCHAIN.transactions.s3
-> ParsedAbiBlockMessage of parsed_abi_block_message.protoBLOCKCHAIN.tokens.s3
-> TokenBlockMessage of token_block_message.proto
where BLOCKCHAIN
stands for the short blockchain name:
eth
for Ethereum Mainnetbsc
for Binance Smart Chain Mainnet
(more chains may be added in the future)