Skip to content

Commit

Permalink
[runtime/proxy_type] add technical committee, members, and democracy …
Browse files Browse the repository at this point in the history
…to non-transfer proxy type
  • Loading branch information
clangenb committed Feb 28, 2024
1 parent 072aa87 commit 9be7a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/bajun/src/proxy_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
// Specifically omitting the entire Balances pallet
RuntimeCall::Session(..) |
RuntimeCall::Council(..) |
RuntimeCall::CouncilMembership(..) |
RuntimeCall::TechnicalCommittee(..) |
RuntimeCall::TechnicalCommitteeMembership(..) |
RuntimeCall::Democracy(..) |
RuntimeCall::Treasury(..) |
RuntimeCall::Vesting(orml_vesting::Call::claim{..}) |
RuntimeCall::Vesting(orml_vesting::Call::claim_for{..}) |
Expand Down

0 comments on commit 9be7a09

Please sign in to comment.