balancer / balancer-v3-monorepo

GNU General Public License v3.0
37 stars 10 forks source link

Expose LiquidityManagement on factories #761

Closed joaobrunoah closed 2 months ago

joaobrunoah commented 2 months ago

The creation of Weighted Pools with the Fee Taking Hook example is failing because the user can't disable unbalanced joins/exits with the current factory:

https://dashboard.tenderly.co/explorer/fork/f94905ca-300c-4b54-82cc-e36b24e25b46/simulation/2085af54-6f11-4415-abe2-c6317e20f17c

We should expose the LiquidityManagement object in the factory's create function, so users have more flexibility to create the pool.