You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current initial interface for the liqudity services was kept very barebones on purpose.
For a more production-ready deployment of these services, we should add an interface that would allow the user to customize all the core parameters on a per-request basis (e.g., token, limits, fees, etc).
We could consider making this the main interface that always needs to be implemented, or, could introduce a manually_handle_liquidity_requests flag that would allow users to sidestep the default behavior.