more comments
This commit is contained in:
@@ -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
|
import json
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|||||||
Reference in New Issue
Block a user