From 98f72e475c0bd28e25d9c59cbf8c5786ae67aad7 Mon Sep 17 00:00:00 2001 From: b-yap <2826165+b-yap@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:03:25 +0800 Subject: [PATCH] https://github.com/pendulum-chain/pendulum/pull/325#discussion_r1383334089 --- runtime/amplitude/src/lib.rs | 2 +- runtime/foucoco/src/lib.rs | 2 +- runtime/pendulum/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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