Skip to content

Commit

Permalink
development: Add Anchors V2 to PodOperation proxy (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian authored Jul 31, 2024
1 parent f647a49 commit c4e1400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/development/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ impl InstanceFilter<RuntimeCall> 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,
Expand Down

0 comments on commit c4e1400

Please sign in to comment.