Add skip balance check flag for testing module

This commit is contained in:
Thales Lima
2024-07-19 22:29:31 +02:00
committed by tvinagre
parent e0c1ba3b50
commit 3ccf0a8a1f
8 changed files with 19 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ Tests are defined in a `yaml` file. A template can be found at `substreams/ether
Each test will index all blocks between `start-block` and `stop-block` and verify that the indexed state matches the expected state.
You will also need the EVM Runtime file for the adapter contract.
The script to generate this file is available under `/evm/scripts/buildRuntime.sh`.
The script to generate this file is available under `evm/scripts/buildRuntime.sh`.
Please place this Runtime file under the respective `substream` directory inside the `evm` folder.
## Running Tests