Skip to content

Commit

Permalink
https://github.com/pendulum-chain/pendulum/pull/325#discussion_r13833…
Browse files Browse the repository at this point in the history
…34089
  • Loading branch information
b-yap committed Nov 10, 2023
1 parent 2acb3ab commit f449c09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/amplitude/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1291,10 +1291,10 @@ construct_runtime!(
Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event<T>} = 16,
Preimage: pallet_preimage::{Pallet, Call, Storage, Event<T>} = 17,
Multisig: pallet_multisig::{Pallet, Call, Storage, Event<T>} = 18,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 92,
Treasury: pallet_treasury::{Pallet, Call, Storage, Event<T>} = 19,
Bounties: pallet_bounties::{Pallet, Call, Storage, Event<T>} = 20,
ChildBounties: pallet_child_bounties::{Pallet, Call, Storage, Event<T>} = 21,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 81,

// Consensus support.
// The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt
Expand Down
2 changes: 1 addition & 1 deletion runtime/foucoco/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1595,10 +1595,10 @@ construct_runtime!(
Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event<T>} = 16,
Preimage: pallet_preimage::{Pallet, Call, Storage, Event<T>} = 17,
Multisig: pallet_multisig::{Pallet, Call, Storage, Event<T>} = 18,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 92,
Treasury: pallet_treasury::{Pallet, Call, Storage, Event<T>} = 19,
Bounties: pallet_bounties::{Pallet, Call, Storage, Event<T>} = 20,
ChildBounties: pallet_child_bounties::{Pallet, Call, Storage, Event<T>} = 21,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 81,

// Consensus support.
// The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt
Expand Down
2 changes: 1 addition & 1 deletion runtime/pendulum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1027,10 +1027,10 @@ construct_runtime!(
Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event<T>} = 16,
Preimage: pallet_preimage::{Pallet, Call, Storage, Event<T>} = 17,
Multisig: pallet_multisig::{Pallet, Call, Storage, Event<T>} = 18,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 92,
Treasury: pallet_treasury::{Pallet, Call, Storage, Event<T>} = 19,
Bounties: pallet_bounties::{Pallet, Call, Storage, Event<T>} = 20,
ChildBounties: pallet_child_bounties::{Pallet, Call, Storage, Event<T>} = 21,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 81,

// Consensus support.
// The following order MUST NOT be changed: Aura -> Session -> Staking -> Authorship -> AuraExt
Expand Down

0 comments on commit f449c09

Please sign in to comment.