fix(ah): set force_era=ForceNone in genesis to prevent premature elections
Prevents automatic election before validators are staked on AH. After staking setup, trigger manually with force_new_era().
This commit is contained in:
+6
@@ -138,6 +138,12 @@ fn asset_hub_pezkuwichain_genesis(
|
||||
.collect(),
|
||||
},
|
||||
pezkuwi_xcm: PezkuwiXcmConfig { safe_xcm_version: Some(SAFE_XCM_VERSION) },
|
||||
// Prevent automatic election before validators are staked.
|
||||
// After staking setup, trigger manually with force_new_era().
|
||||
staking: StakingConfig {
|
||||
force_era: pezpallet_staking_async::Forcing::ForceNone,
|
||||
..Default::default()
|
||||
},
|
||||
|
||||
// ====================================================================
|
||||
// TrustBackedAssets (Instance1) - PEZ, wHEZ, and wUSDT tokens
|
||||
|
||||
Reference in New Issue
Block a user