diff --git a/substreams/ethereum-balancer/src/pool_factories.rs b/substreams/ethereum-balancer/src/pool_factories.rs index df03123..6563c81 100644 --- a/substreams/ethereum-balancer/src/pool_factories.rs +++ b/substreams/ethereum-balancer/src/pool_factories.rs @@ -30,16 +30,16 @@ impl SerializableVecBigInt for Vec { } /// This is the main function that handles the creation of `ProtocolComponent`s with `Attribute`s -/// based on the specific factory address. There's 3 factory groups that are represented here: +/// based on the specific factory address. There's 3 factory groups that are represented here: /// - Weighted Pool Factories /// - Linear Pool Factories /// - Stable Pool Factories /// /// (Balancer does have a bit more (esp. in the deprecated section) that could be implemented as -/// desired.) +/// desired.) /// We use the specific ABIs to decode both the log event and corresponding call to gather -/// `PoolCreated` event information alongside the `Create` call data that provide us details to -/// fulfill both the required details + any extra `Attributes` +/// `PoolCreated` event information alongside the `Create` call data that provide us details to +/// fulfill both the required details + any extra `Attributes` /// Ref: https://docs.balancer.fi/reference/contracts/deployment-addresses/mainnet.html pub fn address_map( pool_factory_address: &[u8],