From b036acefd26986ba272cb4f8ca605b59b717dc3d Mon Sep 17 00:00:00 2001 From: 0xMochan Date: Thu, 2 May 2024 13:36:11 -0500 Subject: [PATCH] more comments --- substreams/ethereum-curve/params.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/substreams/ethereum-curve/params.py b/substreams/ethereum-curve/params.py index 42f4d10..8f3480a 100644 --- a/substreams/ethereum-curve/params.py +++ b/substreams/ethereum-curve/params.py @@ -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