liquity / ChickenBond

GNU General Public License v3.0
33 stars 5 forks source link

Add events to the Zapper and withdraw bLUSD function #249

Closed edmulraney closed 1 year ago

bingen commented 1 year ago

We don’t need events, as we can just use receipt.status (and Curve already has events for that), and the bLUSD liquidity removal can be done directly on Curve AMM pool, which is more gas efficient and has better UX (as it doesn’t require previous token approval). Therefore we close this one.