feat(rc): update BEEFY keys from mainnet keystore and add mainnet simulation preset
- Replace placeholder BEEFY public keys with actual mainnet keystore-derived keys for all 21 validators - Add mainnet-sim chain spec (2 validators + real sudo key) for local upgrade testing
This commit is contained in:
@@ -156,6 +156,8 @@ impl BizinikiwiCli for Cli {
|
||||
"pezkuwichain-local" => Box::new(pezkuwi_service::chain_spec::pezkuwichain_local_testnet_config()?),
|
||||
#[cfg(feature = "pezkuwichain-native")]
|
||||
"pezkuwichain-staging" => Box::new(pezkuwi_service::chain_spec::pezkuwichain_staging_testnet_config()?),
|
||||
#[cfg(feature = "pezkuwichain-native")]
|
||||
"mainnet-sim" | "mainnet-simulation" => Box::new(pezkuwi_service::chain_spec::pezkuwichain_mainnet_simulation_config()?),
|
||||
#[cfg(not(feature = "pezkuwichain-native"))]
|
||||
name if name.starts_with("pezkuwichain-") && !name.ends_with(".json") || name == "dev" =>
|
||||
Err(format!("`{}` only supported with `pezkuwichain-native` feature enabled.", name))?,
|
||||
|
||||
Reference in New Issue
Block a user