diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 2b4a6f44fb..625931db35 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -678,6 +678,7 @@ impl InstanceFilter for ProxyType { c, RuntimeCall::Uniques(..) | RuntimeCall::Anchor(..) + | RuntimeCall::AnchorsV2(..) | RuntimeCall::Utility(pallet_utility::Call::batch_all { .. }) ), // This type of proxy is used only for authenticating with the centrifuge POD,