fix: correct Ed25519/Sr25519 key scheme detection for Asset Hub
- Fix RuntimeResolver prefix matching order: check asset-hub-pezkuwichain BEFORE asset-hub-pezkuwi to avoid false matches - Fix zombienet SDK is_asset_hub_pezkuwi detection to exclude pezkuwichain - Add zombienet-local-21.toml and zombienet-mainnet-21.toml configs - Update .gitignore for sensitive mainnet files
This commit is contained in:
@@ -64,3 +64,12 @@ vendor/*/Cargo.lock
|
||||
|
||||
# Generated chain specs
|
||||
chain-specs/
|
||||
|
||||
# Sensitive wallet data - NEVER commit
|
||||
/res/
|
||||
tools/usdt-bridge/secrets/
|
||||
*.seed
|
||||
*wallet*.json
|
||||
founder_validators.json
|
||||
founder_governance.json
|
||||
mainnet/
|
||||
|
||||
Reference in New Issue
Block a user