flow-protocol-ethereum
flow-protocol-ethereum copied to clipboard
Ability to redeem / close position with a faulty liquidity pool
This is required if a liquidity pool contract stops working (e.g. revert on every calls). We still should allow user to redeem or close position.
A possible implementation is wrap with calls to lp contract and returns a default response if the call failed.