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.
Creates two new pub methods on
OsmosisPool
,fn simulate_noswap_join
andfn simulate_single_sided_join
and call these fromfn simulate_provide_liquidity
. This is because we need to be able to callsimulate_noswap_join
in the Osmosis Liquidity Helper contract.