fix: Complete snowbridge pezpallet rebrand and critical bug fixes
- snowbridge-pezpallet-* → pezsnowbridge-pezpallet-* (201 refs) - pallet/ directories → pezpallet/ (4 locations) - Fixed pezpallet.rs self-include recursion bug - Fixed sc-chain-spec hardcoded crate name in derive macro - Reverted .pezpallet_by_name() to .pallet_by_name() (subxt API) - Added BizinikiwiConfig type alias for zombienet tests - Deleted obsolete session state files Verified: pezsnowbridge-pezpallet-*, pezpallet-staking, pezpallet-staking-async, pezframe-benchmarking-cli all pass cargo check
This commit is contained in:
@@ -84,7 +84,7 @@ pub type SecretarySalaryInstance = pezpallet_salary::Instance3;
|
||||
|
||||
parameter_types! {
|
||||
// The interior location on AssetHub for the paying account. This is the Secretary Salary
|
||||
// pallet instance. This sovereign account will need funding.
|
||||
// pezpallet instance. This sovereign account will need funding.
|
||||
pub SecretarySalaryInteriorLocation: InteriorLocation = PalletInstance(<crate::SecretarySalary as PalletInfoAccess>::index() as u8).into();
|
||||
}
|
||||
|
||||
@@ -124,7 +124,7 @@ impl pezpallet_salary::Config<SecretarySalaryInstance> for Runtime {
|
||||
SecretarySalaryPaymaster,
|
||||
OpenHrmpChannel<ConstU32<1000>>,
|
||||
>;
|
||||
type Members = pezpallet_ranked_collective::Pallet<Runtime, SecretaryCollectiveInstance>;
|
||||
type Members = pezpallet_ranked_collective::Pezpallet<Runtime, SecretaryCollectiveInstance>;
|
||||
|
||||
#[cfg(not(feature = "runtime-benchmarks"))]
|
||||
type Salary = SalaryForRank;
|
||||
|
||||
Reference in New Issue
Block a user