Files
tycho-protocol-sdk/substreams/ethereum-balancer/src/lib.rs
0xMochan 9f82671082 feat: lots of refactoring (file splitting
- `lib.rs` split into multiple files with `modules.rs` being the main entrypoint for substreams
- contract changes are tracked similiarly to ambient (generalized to use a store of tracked contracts)
- static attributes were pruned of the dynamic ones
2024-01-29 11:12:27 -05:00

6 lines
72 B
Rust

mod abi;
mod contract_changes;
mod modules;
mod pb;
mod pool_factories;