more comments

This commit is contained in:
0xMochan
2024-05-02 13:36:11 -05:00
parent 51e05d5eb5
commit b036acefd2

View File

@@ -1,4 +1,10 @@
# This script could theoretically be done in a Makefile or pure bash with a program like `jq`.
"""
This script could be changed to used `jq` and bash. Usage:
```bash
python params.py | substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml map_protocol_changes --start-block 11942410 --stop-block +100 -p map_components=
```
"""
import json
from typing import Any