feat: complete Pezkuwi rebrand - remove other networks

- Remove all Polkadot ecosystem networks from chain selector
- Keep only: Pezkuwi Relay Chain, Zagros Relay Chain, Pezkuwi Beta Testnet
- Update extension ID from polkadot-js to pezkuwi
- Update PhishingDetected to use Pezkuwi branding
- Update metadataMock: Westend → Zagros, WND → ZGR
- Disable Ledger chains (no Pezkuwi Ledger app yet)
- Update Identicon to handle pezkuwi icon theme
- Clean up translation files

Breaking: Extension now only supports Pezkuwi networks
This commit is contained in:
2026-01-08 23:46:06 +03:00
parent 868937ad12
commit ea2db6558f
42 changed files with 348 additions and 75 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { packageInfo } from './packageInfo.js';
function inject () {
injectExtension(enable, {
name: 'polkadot-js',
name: 'pezkuwi',
version: packageInfo.version
});
}