diff --git a/runtime/amplitude/src/lib.rs b/runtime/amplitude/src/lib.rs index 157ddfa37e..5b1c8f2935 100644 --- a/runtime/amplitude/src/lib.rs +++ b/runtime/amplitude/src/lib.rs @@ -1291,10 +1291,10 @@ construct_runtime!( Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event} = 16, Preimage: pallet_preimage::{Pallet, Call, Storage, Event} = 17, Multisig: pallet_multisig::{Pallet, Call, Storage, Event} = 18, - Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 92, Treasury: pallet_treasury::{Pallet, Call, Storage, Event} = 19, Bounties: pallet_bounties::{Pallet, Call, Storage, Event} = 20, ChildBounties: pallet_child_bounties::{Pallet, Call, Storage, Event} = 21, + Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 81, // Consensus support. // The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index c128a75825..791df58145 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -1595,10 +1595,10 @@ construct_runtime!( Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event} = 16, Preimage: pallet_preimage::{Pallet, Call, Storage, Event} = 17, Multisig: pallet_multisig::{Pallet, Call, Storage, Event} = 18, - Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 92, Treasury: pallet_treasury::{Pallet, Call, Storage, Event} = 19, Bounties: pallet_bounties::{Pallet, Call, Storage, Event} = 20, ChildBounties: pallet_child_bounties::{Pallet, Call, Storage, Event} = 21, + Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 81, // Consensus support. // The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt diff --git a/runtime/pendulum/src/lib.rs b/runtime/pendulum/src/lib.rs index d8db73a48e..0c44835690 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -1027,10 +1027,10 @@ construct_runtime!( Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event} = 16, Preimage: pallet_preimage::{Pallet, Call, Storage, Event} = 17, Multisig: pallet_multisig::{Pallet, Call, Storage, Event} = 18, - Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 92, Treasury: pallet_treasury::{Pallet, Call, Storage, Event} = 19, Bounties: pallet_bounties::{Pallet, Call, Storage, Event} = 20, ChildBounties: pallet_child_bounties::{Pallet, Call, Storage, Event} = 21, + Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 81, // Consensus support. // The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt