interbtc
interbtc copied to clipboard
Add XCM Test
Is your feature request related to a problem? Please describe. The XCM test were removed while updating to Polkadot v1 in PR #1149 due to the macros requiring a balance pallet which is not present in interlay/kintsugi runtime. Macro definition
Describe the solution you'd like Add back the XCM test once the dependencies are upgraded to the next stable release, as the macro definition is upgraded in the master branch here which no more requires the balance pallet.
Additional context Check PR 2958 for reference.