Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed May 22, 2023
1 parent 8530448 commit bee6fcd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/crab/src/pallets/collective.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl pallet_collective::Config<CouncilCollective> for Runtime {
type Proposal = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type SetMembersOrigin = Root;
type WeightInfo = weights::pallet_collective_council::WeightInfo<Self>;
}
impl pallet_collective::Config<TechnicalCollective> for Runtime {
Expand All @@ -46,5 +47,6 @@ impl pallet_collective::Config<TechnicalCollective> for Runtime {
type Proposal = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type SetMembersOrigin = Root;
type WeightInfo = weights::pallet_collective_technical_committee::WeightInfo<Self>;
}
2 changes: 2 additions & 0 deletions runtime/darwinia/src/pallets/collective.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl pallet_collective::Config<CouncilCollective> for Runtime {
type Proposal = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type SetMembersOrigin = Root;
type WeightInfo = weights::pallet_collective_council::WeightInfo<Self>;
}
impl pallet_collective::Config<TechnicalCollective> for Runtime {
Expand All @@ -46,5 +47,6 @@ impl pallet_collective::Config<TechnicalCollective> for Runtime {
type Proposal = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type SetMembersOrigin = Root;
type WeightInfo = weights::pallet_collective_technical_committee::WeightInfo<Self>;
}
2 changes: 2 additions & 0 deletions runtime/pangolin/src/pallets/collective.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl pallet_collective::Config<CouncilCollective> for Runtime {
type Proposal = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type SetMembersOrigin = Root;
type WeightInfo = weights::pallet_collective_council::WeightInfo<Self>;
}
impl pallet_collective::Config<TechnicalCollective> for Runtime {
Expand All @@ -46,5 +47,6 @@ impl pallet_collective::Config<TechnicalCollective> for Runtime {
type Proposal = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type SetMembersOrigin = Root;
type WeightInfo = weights::pallet_collective_technical_committee::WeightInfo<Self>;
}
2 changes: 2 additions & 0 deletions runtime/pangoro/src/pallets/collective.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl pallet_collective::Config<CouncilCollective> for Runtime {
type Proposal = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type SetMembersOrigin = Root;
type WeightInfo = weights::pallet_collective_council::WeightInfo<Self>;
}
impl pallet_collective::Config<TechnicalCollective> for Runtime {
Expand All @@ -46,5 +47,6 @@ impl pallet_collective::Config<TechnicalCollective> for Runtime {
type Proposal = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type RuntimeOrigin = RuntimeOrigin;
type SetMembersOrigin = Root;
type WeightInfo = weights::pallet_collective_technical_committee::WeightInfo<Self>;
}

0 comments on commit bee6fcd

Please sign in to comment.