Westend/Rococo Asset Hub: pay xcm fees with sufficient assets (#2978)
Set up the `TakeFirstAssetTrader` trader for Westend and Rococo Asset
Hubs to cover XCM fees with sufficient assets.
This PR reintroduces previously
[removed](https://github.com/paritytech/polkadot-sdk/pull/1845) trader
setups, as it was decided to keep both traders, `TakeFirstAssetTrader`
and `SwapFirstAssetTrader`, during the transition period.
---------
Co-authored-by:
Svyatoslav Nikolsky <svyatonik@gmail.com>
Showing
- bridges/zombienet/tests/0001-asset-transfer-works-rococo-to-westend.zndsl 2 additions, 2 deletions...t/tests/0001-asset-transfer-works-rococo-to-westend.zndsl
- bridges/zombienet/tests/0001-asset-transfer-works-westend-to-rococo.zndsl 2 additions, 2 deletions...t/tests/0001-asset-transfer-works-westend-to-rococo.zndsl
- cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/src/tests/send.rs 75 additions, 0 deletions.../emulated/tests/assets/asset-hub-rococo/src/tests/send.rs
- cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/src/tests/send.rs 75 additions, 0 deletions...emulated/tests/assets/asset-hub-westend/src/tests/send.rs
- cumulus/parachains/runtimes/assets/asset-hub-rococo/src/xcm_config.rs 26 additions, 0 deletions...chains/runtimes/assets/asset-hub-rococo/src/xcm_config.rs
- cumulus/parachains/runtimes/assets/asset-hub-rococo/tests/tests.rs 433 additions, 14 deletions...arachains/runtimes/assets/asset-hub-rococo/tests/tests.rs
- cumulus/parachains/runtimes/assets/asset-hub-westend/src/xcm_config.rs 26 additions, 0 deletions...hains/runtimes/assets/asset-hub-westend/src/xcm_config.rs
- cumulus/parachains/runtimes/assets/asset-hub-westend/tests/tests.rs 432 additions, 14 deletions...rachains/runtimes/assets/asset-hub-westend/tests/tests.rs
Please register or sign in to comment