chore: repo cleanup and security hardening

- Remove stale root files: chain_spec.json, pezkuwi.gbp, publish.log,
  test-asset-hub.toml (moved to .claude/)
- Move publish_batch.sh and publish_crates.sh to scripts/
- Remove hardcoded /home/mamostehp/res/ paths from scripts and comments
  (WALLETS_FILE env var now required, no silent fallback)
- Update .gitignore: add protection entries for regenerable artifacts
  and .claude/ experience files
This commit is contained in:
2026-04-13 21:30:38 +03:00
parent f82546fdb1
commit a683b836fe
9 changed files with 12 additions and 214 deletions
@@ -1042,7 +1042,7 @@ fn pezkuwichain_mainnet_simulation_genesis() -> serde_json::Value {
hex!("28925ed8b4c0c95402b31563251fd318414351114b1c7797ee788666d27d6305").into();
// 2 validators — real mainnet Validator_01 and Validator_02 keys
// Seed phrases stored in /home/mamostehp/res/MAINNET_WALLETS_*.json
// Seed phrases stored offline in secure wallet storage
let initial_authorities: Vec<(
AccountId,
AccountId,