0dce964c7b
Change Ed25519 AURA key detection from 'asset-hub-polkadot' to 'asset-hub-pezkuwi' to properly generate Ed25519 keys for asset-hub-pezkuwichain collators. This fixes the teyrchain collation issue where AURA keys were being generated with Sr25519 instead of Ed25519. Changes: - chain_spec.rs: Update chain ID check for Ed25519 detection - keystore.rs: Rename parameter for clarity - keystore_key_types.rs: Update function parameters and docs - spawner.rs: Update Ed25519 detection logic