Files
tycho-protocol-sdk/substreams/ethereum-balancer-v3
TAMARA LIPOWSKI 2c0c4d97fb refactor: Move module_name to integration test yaml
It's not good to keep this in the test_runner because then we have multiple points that we need to edit the test config, which can be hard to find.

We need this because the module name for uniswap_v2 is so far different from the rest of the protocols.
2025-09-23 00:42:23 -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.