fix: first block
This commit is contained in:
BIN
substreams/ethereum-curve/.DS_Store
vendored
BIN
substreams/ethereum-curve/.DS_Store
vendored
Binary file not shown.
@@ -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`
|
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`
|
||||||
@@ -20,7 +20,7 @@ binaries:
|
|||||||
modules:
|
modules:
|
||||||
- name: map_components
|
- name: map_components
|
||||||
kind: map
|
kind: map
|
||||||
initialBlock: 19216042
|
initialBlock: 9554040
|
||||||
inputs:
|
inputs:
|
||||||
- params: string
|
- params: string
|
||||||
- source: sf.ethereum.type.v2.Block
|
- source: sf.ethereum.type.v2.Block
|
||||||
@@ -29,7 +29,7 @@ modules:
|
|||||||
|
|
||||||
- name: store_component_tokens
|
- name: store_component_tokens
|
||||||
kind: store
|
kind: store
|
||||||
initialBlock: 19216042
|
initialBlock: 9554040
|
||||||
updatePolicy: set
|
updatePolicy: set
|
||||||
valueType: string
|
valueType: string
|
||||||
inputs:
|
inputs:
|
||||||
@@ -37,7 +37,7 @@ modules:
|
|||||||
|
|
||||||
- name: map_relative_balances
|
- name: map_relative_balances
|
||||||
kind: map
|
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:
|
inputs:
|
||||||
- source: sf.ethereum.type.v2.Block
|
- source: sf.ethereum.type.v2.Block
|
||||||
- store: store_component_tokens
|
- store: store_component_tokens
|
||||||
@@ -46,7 +46,7 @@ modules:
|
|||||||
|
|
||||||
- name: store_balances
|
- name: store_balances
|
||||||
kind: store
|
kind: store
|
||||||
initialBlock: 19216042
|
initialBlock: 9554040
|
||||||
updatePolicy: add
|
updatePolicy: add
|
||||||
valueType: bigint
|
valueType: bigint
|
||||||
inputs:
|
inputs:
|
||||||
@@ -54,7 +54,7 @@ modules:
|
|||||||
|
|
||||||
- name: map_protocol_changes
|
- name: map_protocol_changes
|
||||||
kind: map
|
kind: map
|
||||||
initialBlock: 19216042
|
initialBlock: 9554040
|
||||||
inputs:
|
inputs:
|
||||||
- source: sf.ethereum.type.v2.Block
|
- source: sf.ethereum.type.v2.Block
|
||||||
- map: map_components
|
- map: map_components
|
||||||
|
|||||||
Reference in New Issue
Block a user