apollodao / cw-dex

CosmWasm abstractions for decentralized exchanges.
Mozilla Public License 2.0
5 stars 4 forks source link

feat: separate out lp simulations in osmosis #77

Closed apollo-sturdy closed 1 year ago

apollo-sturdy commented 1 year ago

Creates two new pub methods on OsmosisPool, fn simulate_noswap_join and fn simulate_single_sided_join and call these from fn simulate_provide_liquidity. This is because we need to be able to call simulate_noswap_join in the Osmosis Liquidity Helper contract.