Files
tycho-protocol-sdk/substreams/ethereum-balancer/src/lib.rs
kayibal d9fe9b1e1c Integrate balancer substream with sdk.
We defer the contract storage extraction as well as the balance handling (apart from actually extracing relative deltas) to the SDK.
2024-03-13 21:06:55 +00:00

4 lines
42 B
Rust

mod abi;
mod modules;
mod pool_factories;