ComposableFi / composable

Picasso Kusama and Composable Polkadot parachains
https://www.composable.finance
116 stars 69 forks source link

Osmosis IBC swap #3945

Closed dzmitry-lahoda closed 1 year ago

dzmitry-lahoda commented 1 year ago

Motivation

Fastest and most well documented solution for swap

Suggested Solution

Port osmosis swap to Picasso.

Requires https://github.com/ComposableFi/composable/issues/3825#issuecomment-1648293458

Alternatives

XCVM anonymous programs would use same WASM hook and build PFM routes as Osmosis. But that is harder to test so we go Osmosis first.

In scope deploy on Picasso DevNet.

dzmitry-lahoda commented 1 year ago

So we decided seems not to use Osmosis port of Swap directly. Their swap works only with osmosi (each outpost chain stores only one path to Osmosis). used parts of theri code in XCVM. Closing as will not do it.