Files
tycho-protocol-sdk/substreams/ethereum-balancer-v3
TAMARA LIPOWSKI 779c690b6d fix: Fix python tests
- These are just used for comparison purposes and will eventually be deleted.
- Also balancer v3 test fix: add protocol_system to yaml, and remove "excludePaths" from protobuf in substreams.yaml (this entry was not supported)
2025-09-18 11:18:25 -04:00
..
2025-09-18 11:18:25 -04:00

balancer_v3 Substreams modules

This package was initialized via substreams init, using the evm-events-calls template.

Usage

substreams build
substreams auth
substreams gui       			  # Get streaming!
substreams registry login         # Login to substreams.dev
substreams registry publish       # Publish your Substreams to substreams.dev

Modules

All of these modules produce data filtered by these contracts:

  • vault at 0xba1333333333a1ba1108e8412f11850a5c319ba9
  • stable_pool_factory at 0xb9d01ca61b9c181da1051bfdd28e1097e920ab14
  • weighted_pool_factory at 0x201efd508c8dfe9de1a13c2452863a78cb2a86cc
  • stable_pool contracts created from stable_pool_factory
  • weighted_pool contracts created from weighted_pool_factory

map_events_calls

This module gets you events and calls

map_events

This module gets you only events that matched.

map_calls

This module gets you only calls that matched.