Added Asset Conversion in Kusama#2935
Conversation
e8245f2 to
1a26aa9
Compare
|
bot clean |
d008d1f to
538b520
Compare
|
bot clean |
|
@PatricioNapoli https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/3276873 was started for your command Comment |
|
@PatricioNapoli Command |
ad10afc to
33166eb
Compare
33166eb to
5e24393
Compare
| assert_ok!( | ||
| <AssetHubKusama as AssetHubKusamaPallet>::AssetConversion::swap_exact_tokens_for_tokens( | ||
| <AssetHubKusama as Parachain>::RuntimeOrigin::signed(AssetHubKusamaSender::get()), | ||
| path, | ||
| 100000, | ||
| 1000, | ||
| AssetHubKusamaSender::get().into(), | ||
| true | ||
| ) | ||
| ); |
There was a problem hiding this comment.
This is OK here but perhaps a separate test (swap_via_remote_program) that will use this call within Transact, but shows a foreign chain's XCM program to execute a swap.
Co-authored-by: joe petrowski <[email protected]>
Co-authored-by: joe petrowski <[email protected]>
We're not planning on setting this via an on chain vote so let's have it as a const.
Co-authored-by: Bastian Köcher <[email protected]>
|
bot merge |
Solves paritytech/polkadot#2882 by porting Westend asset conversion addition to Kusama.
Pending: