Files
tycho-protocol-sdk/substreams/ethereum-balancer-v3
TAMARA LIPOWSKI 0226bda482 fix: Compare lowercase component IDs
- This was failing. Make this more lenient so the user can specify component id in the test file in a non-case-sensitive manner.
- Also switched around a wrong token order which was causing a failure (not sure we care about token order but we may in the future? Python didn't care...)
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.