From 2a6c0c146468d9394b771c128388abc31a4195b3 Mon Sep 17 00:00:00 2001 From: b-yap <2826165+b-yap@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:16:38 +0800 Subject: [PATCH] https://github.com/pendulum-chain/pendulum/pull/325#discussion_r1388178575 --- 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 5b1c8f2935..ae1f7c2f37 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 791df58145..46b7c3211b 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 0c44835690..2b86a70f1a 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