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
+2 -2
View File
@@ -167,12 +167,12 @@ export const MultisigMembers: React.FC<MultisigMembersProps> = ({
{multisigAddress && (
<div className="mt-4 text-center">
<a
href={`https://polkadot.js.org/apps/?rpc=ws://127.0.0.1:9944#/accounts/${multisigAddress}`}
href={`https://pezkuwichain.io/explorer/accounts/${multisigAddress}`}
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 text-sm text-blue-400 hover:text-blue-300"
>
View on Polkadot.js
View on Explorer
<ExternalLink className="h-4 w-4" />
</a>
</div>