fix: update substream.yaml

This commit is contained in:
0xMochan
2024-03-29 14:57:28 -05:00
parent 2feee8add6
commit ed36d98d90

View File

@@ -17,7 +17,7 @@ binaries:
file: target/wasm32-unknown-unknown/release/substreams_curve.wasm
modules:
- name: map_pools_created
- name: map_components
kind: map
initialBlock: 19128828
inputs:
@@ -25,33 +25,33 @@ modules:
output:
type: proto:tycho.evm.v1.GroupedTransactionProtocolComponents
- name: store_pools_created
- name: store_components
kind: store
initialBlock: 19128828
updatePolicy: add
valueType: int64
inputs:
- map: map_pools_created
- map: map_components
- name: store_pools_tokens
- name: store_component_tokens
kind: store
initialBlock: 19128828
updatePolicy: set
valueType: string
inputs:
- map: map_pools_created
- map: map_components
- name: map_balance_deltas
- name: map_relative_balances
kind: map
initialBlock: 19128828 # An arbitrary block that should change based on your requirements
inputs:
- source: sf.ethereum.type.v2.Block
- store: store_pools_created
- store: store_pools_tokens
- store: store_components
- store: store_component_tokens
output:
type: proto:tycho.evm.v1.BalanceDeltas
- name: store_balance_changes
- name: store_balance
kind: store
initialBlock: 19128828
updatePolicy: add
@@ -59,15 +59,15 @@ modules:
inputs:
- map: map_balance_deltas
- name: map_changes
- name: map_protocol_changes
kind: map
initialBlock: 19128828
inputs:
- source: sf.ethereum.type.v2.Block
- map: map_pools_created
- map: map_balance_deltas
- store: store_pools_created
- store: store_balance_changes
- map: map_components
- map: map_relative_balances
- store: store_components
- store: store_balance
mode: deltas # This is the key property that simplifies `BalanceChange` handling
output:
type: proto:tycho.evm.v1.BlockContractChanges