diff --git a/runtime/amplitude/src/lib.rs b/runtime/amplitude/src/lib.rs index 5b1c8f293..ae1f7c2f3 100644 --- a/runtime/amplitude/src/lib.rs +++ b/runtime/amplitude/src/lib.rs @@ -1294,7 +1294,7 @@ construct_runtime!( 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, + Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 22, // 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 791df5814..46b7c3211 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -1598,7 +1598,7 @@ construct_runtime!( 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, + Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 22, // 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 0c4483569..2b86a70f1 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -1030,7 +1030,7 @@ construct_runtime!( 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, + Proxy: pallet_proxy::{Pallet, Call, Storage, Event} = 22, // Consensus support. // The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt