Move XCM runtime configurations into their own files (#4644)
* Move XCM runtime configurations into their own files * Update copyright year * Fix compilation errors * Import XCM types in westend runtime unit tests
parent
3ce6f921
Showing
- polkadot/runtime/kusama/src/lib.rs 11 additions, 167 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/xcm_config.rs 187 additions, 0 deletionspolkadot/runtime/kusama/src/xcm_config.rs
- polkadot/runtime/polkadot/src/lib.rs 8 additions, 163 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/polkadot/src/xcm_config.rs 184 additions, 0 deletionspolkadot/runtime/polkadot/src/xcm_config.rs
- polkadot/runtime/rococo/src/lib.rs 5 additions, 147 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/rococo/src/xcm_config.rs 170 additions, 0 deletionspolkadot/runtime/rococo/src/xcm_config.rs
- polkadot/runtime/westend/src/lib.rs 16 additions, 129 deletionspolkadot/runtime/westend/src/lib.rs
- polkadot/runtime/westend/src/tests.rs 1 addition, 0 deletionspolkadot/runtime/westend/src/tests.rs
- polkadot/runtime/westend/src/xcm_config.rs 143 additions, 0 deletionspolkadot/runtime/westend/src/xcm_config.rs
Please register or sign in to comment