Skip to content

Commit

Permalink
https://github.com/pendulum-chain/pendulum/pull/325#discussion_r13881…
Browse files Browse the repository at this point in the history
…78575
  • Loading branch information
b-yap committed Nov 10, 2023
1 parent f449c09 commit 04bca97
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 @@ -1294,7 +1294,7 @@ construct_runtime!(
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,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 22,

// 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 @@ -1598,7 +1598,7 @@ construct_runtime!(
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,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 22,

// 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 @@ -1030,7 +1030,7 @@ construct_runtime!(
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,
Proxy: pallet_proxy::{Pallet, Call, Storage, Event<T>} = 22,

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

0 comments on commit 04bca97

Please sign in to comment.