diff --git a/substreams/ethereum-curve/.DS_Store b/substreams/ethereum-curve/.DS_Store deleted file mode 100644 index 2a7ee52..0000000 Binary files a/substreams/ethereum-curve/.DS_Store and /dev/null differ diff --git a/substreams/ethereum-curve/run.sh b/substreams/ethereum-curve/run.sh index 58c7c54..d5b985a 100644 --- a/substreams/ethereum-curve/run.sh +++ b/substreams/ethereum-curve/run.sh @@ -1 +1 @@ -substreams gui -e mainnet.eth.streamingfast.io:443 substreams.yaml map_protocol_changes --start-block 19216042 --stop-block +50 -p map_components=`python params.py` \ No newline at end of file +substreams gui -e mainnet.eth.streamingfast.io:443 substreams.yaml map_protocol_changes --start-block 9554040 --stop-block +50 -p map_components=`python params.py` \ No newline at end of file diff --git a/substreams/ethereum-curve/substreams.yaml b/substreams/ethereum-curve/substreams.yaml index 81cbe70..d3e2376 100644 --- a/substreams/ethereum-curve/substreams.yaml +++ b/substreams/ethereum-curve/substreams.yaml @@ -20,7 +20,7 @@ binaries: modules: - name: map_components kind: map - initialBlock: 19216042 + initialBlock: 9554040 inputs: - params: string - source: sf.ethereum.type.v2.Block @@ -29,7 +29,7 @@ modules: - name: store_component_tokens kind: store - initialBlock: 19216042 + initialBlock: 9554040 updatePolicy: set valueType: string inputs: @@ -37,7 +37,7 @@ modules: - name: map_relative_balances kind: map - initialBlock: 19216042 # An arbitrary block that should change based on your requirements + initialBlock: 9554040 # An arbitrary block that should change based on your requirements inputs: - source: sf.ethereum.type.v2.Block - store: store_component_tokens @@ -46,7 +46,7 @@ modules: - name: store_balances kind: store - initialBlock: 19216042 + initialBlock: 9554040 updatePolicy: add valueType: bigint inputs: @@ -54,7 +54,7 @@ modules: - name: map_protocol_changes kind: map - initialBlock: 19216042 + initialBlock: 9554040 inputs: - source: sf.ethereum.type.v2.Block - map: map_components