Update all Polkadot.js references to Pezkuwi Wallet

- Replace Polkadot.js extension references with Pezkuwi Wallet
- Update explorer links to pezkuwichain.io/explorer
- Update install links to js.pezkuwichain.io
- Update source identifiers from polkadot-js to pezkuwi
This commit is contained in:
2026-01-15 11:25:25 +03:00
parent 1818a5b6c7
commit 960a936bd5
10 changed files with 37 additions and 37 deletions
@@ -376,11 +376,11 @@ export function CommissionSetupTab() {
<div className="flex gap-2 mb-2">
<Button
onClick={() => {
// Get wallet addresses from Polkadot.js extension
// Get wallet addresses from Pezkuwi Wallet extension
// For now, show instruction
toast({
title: 'Get Addresses',
description: 'Copy addresses from Polkadot.js wallet and paste below',
description: 'Copy addresses from Pezkuwi Wallet and paste below',
});
}}
variant="outline"