Files
tycho-protocol-sdk/substreams/ethereum-ambient/substreams.yaml
Louise Poole ad0a391f72 chore: clean up ambient (#136)
* fix: remove unnecessary tx field in ProtocolComponent

* chore: move ambient protobuf files to ambient module

* chore: remove dependency on common message types

This allows us to isolate the ambient specific messages within the ambient module

* feat: update ambient substream with new message structs

* chore: update substream configs

And remove use of deprecated BlockContractChanges.

* feat: implement From for AmbientProtocolComponent to ProtocolComponent
2025-01-27 10:36:13 +02:00

52 lines
1.1 KiB
YAML

specVersion: v0.1.0
package:
name: "substreams_ethereum_ambient"
version: v0.6.0
protobuf:
files:
- tycho/evm/v1/common.proto
- ambient.proto
importPaths:
- ./proto
- ../../proto
binaries:
default:
type: wasm/rust-v1
file: ../target/wasm32-unknown-unknown/release/substreams_ethereum_ambient.wasm
modules:
- name: map_pool_changes
kind: map
initialBlock: 17361664
inputs:
- source: sf.ethereum.type.v2.Block
output:
type: proto:tycho.ambient.v1.BlockPoolChanges
- name: store_pools
kind: store
initialBlock: 17361664
updatePolicy: set
valueType: proto:tycho.evm.v1.ProtocolComponent
inputs:
- map: map_pool_changes
- name: store_pool_balances
kind: store
initialBlock: 17361664
updatePolicy: add
valueType: bigint
inputs:
- map: map_pool_changes
- name: map_changes
kind: map
initialBlock: 17361664
inputs:
- source: sf.ethereum.type.v2.Block
- map: map_pool_changes
- store: store_pool_balances
mode: deltas
- store: store_pools
output:
type: proto:tycho.evm.v1.BlockChanges