Backport: Brigehub: Add in force upgrade xcm version (into master) (#2289)

* Brigehub: Add in force upgrade xcm version.

(Same as assets and collectives)

* [Fix] Allow force_xcm_version call for assets parachains (#2276)

* add force_xcm_version to safe calls (#2284)

* Removing duplication

---------

Co-authored-by: Roman Useinov <roman.useinov@gmail.com>
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
This commit is contained in:
Squirrel
2023-03-14 09:34:56 +00:00
committed by GitHub
parent 6f7beb1095
commit c75e1fc085
7 changed files with 8 additions and 2 deletions
@@ -162,6 +162,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
}
match call {
RuntimeCall::PolkadotXcm(pallet_xcm::Call::force_xcm_version { .. }) |
RuntimeCall::System(
frame_system::Call::set_heap_pages { .. } |
frame_system::Call::set_code { .. } |