balancer / balancer-v3-monorepo

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

Add functions to BatchRouter to add/remove liquidity for boosted pools. #792

Closed elshan-eth closed 1 month ago

elshan-eth commented 1 month ago

Description

Adding/removing liquidity from boosted pools using buffers through existing methods in BatchRouter is expensive because they take a fee from each token. This PR adds a cheaper way for the user to do this.

Type of change

Checklist:

Issue Resolution