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 51f9b3cab7
commit ddb0390e97
10 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ export const TransferModal: React.FC<TransferModalProps> = ({ isOpen, onClose, s
{txStatus === 'signing' && (
<div className="bg-yellow-500/10 border border-yellow-500/30 rounded-lg p-3">
<p className="text-yellow-400 text-sm">
Please sign the transaction in your Polkadot.js extension
Please sign the transaction in your Pezkuwi Wallet extension
</p>
</div>
)}