diff --git a/runtime/crab/src/pallets/collective.rs b/runtime/crab/src/pallets/collective.rs index 5168b8bf0..64ff65181 100644 --- a/runtime/crab/src/pallets/collective.rs +++ b/runtime/crab/src/pallets/collective.rs @@ -36,6 +36,7 @@ impl pallet_collective::Config for Runtime { type Proposal = RuntimeCall; type RuntimeEvent = RuntimeEvent; type RuntimeOrigin = RuntimeOrigin; + type SetMembersOrigin = Root; type WeightInfo = weights::pallet_collective_council::WeightInfo; } impl pallet_collective::Config for Runtime { @@ -46,5 +47,6 @@ impl pallet_collective::Config for Runtime { type Proposal = RuntimeCall; type RuntimeEvent = RuntimeEvent; type RuntimeOrigin = RuntimeOrigin; + type SetMembersOrigin = Root; type WeightInfo = weights::pallet_collective_technical_committee::WeightInfo; } diff --git a/runtime/darwinia/src/pallets/collective.rs b/runtime/darwinia/src/pallets/collective.rs index f0d0365ff..2fa90db32 100644 --- a/runtime/darwinia/src/pallets/collective.rs +++ b/runtime/darwinia/src/pallets/collective.rs @@ -36,6 +36,7 @@ impl pallet_collective::Config for Runtime { type Proposal = RuntimeCall; type RuntimeEvent = RuntimeEvent; type RuntimeOrigin = RuntimeOrigin; + type SetMembersOrigin = Root; type WeightInfo = weights::pallet_collective_council::WeightInfo; } impl pallet_collective::Config for Runtime { @@ -46,5 +47,6 @@ impl pallet_collective::Config for Runtime { type Proposal = RuntimeCall; type RuntimeEvent = RuntimeEvent; type RuntimeOrigin = RuntimeOrigin; + type SetMembersOrigin = Root; type WeightInfo = weights::pallet_collective_technical_committee::WeightInfo; } diff --git a/runtime/pangolin/src/pallets/collective.rs b/runtime/pangolin/src/pallets/collective.rs index 5168b8bf0..64ff65181 100644 --- a/runtime/pangolin/src/pallets/collective.rs +++ b/runtime/pangolin/src/pallets/collective.rs @@ -36,6 +36,7 @@ impl pallet_collective::Config for Runtime { type Proposal = RuntimeCall; type RuntimeEvent = RuntimeEvent; type RuntimeOrigin = RuntimeOrigin; + type SetMembersOrigin = Root; type WeightInfo = weights::pallet_collective_council::WeightInfo; } impl pallet_collective::Config for Runtime { @@ -46,5 +47,6 @@ impl pallet_collective::Config for Runtime { type Proposal = RuntimeCall; type RuntimeEvent = RuntimeEvent; type RuntimeOrigin = RuntimeOrigin; + type SetMembersOrigin = Root; type WeightInfo = weights::pallet_collective_technical_committee::WeightInfo; } diff --git a/runtime/pangoro/src/pallets/collective.rs b/runtime/pangoro/src/pallets/collective.rs index 5168b8bf0..64ff65181 100644 --- a/runtime/pangoro/src/pallets/collective.rs +++ b/runtime/pangoro/src/pallets/collective.rs @@ -36,6 +36,7 @@ impl pallet_collective::Config for Runtime { type Proposal = RuntimeCall; type RuntimeEvent = RuntimeEvent; type RuntimeOrigin = RuntimeOrigin; + type SetMembersOrigin = Root; type WeightInfo = weights::pallet_collective_council::WeightInfo; } impl pallet_collective::Config for Runtime { @@ -46,5 +47,6 @@ impl pallet_collective::Config for Runtime { type Proposal = RuntimeCall; type RuntimeEvent = RuntimeEvent; type RuntimeOrigin = RuntimeOrigin; + type SetMembersOrigin = Root; type WeightInfo = weights::pallet_collective_technical_committee::WeightInfo; }