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
Helper contract to balance assets and then provide liquidity. Likely the same logic as the astroport-liquidity-helper contract but needs to be confirmed.
DoD:
Confirm that the same logic can be used as in the astroport helper.
If so, change astroport-liquidity-helper to be generic, i.e. take in a P: Pool generic instead of AstroportPool, and compile a version for Junoswap
If not, make a new junoswap-liquidity-helper contract.
The text was updated successfully, but these errors were encountered:
Helper contract to balance assets and then provide liquidity. Likely the same logic as the astroport-liquidity-helper contract but needs to be confirmed.
DoD:
astroport-liquidity-helper
to be generic, i.e. take in aP: Pool
generic instead ofAstroportPool
, and compile a version for Junoswapjunoswap-liquidity-helper
contract.The text was updated successfully, but these errors were encountered: