feat: complete Pezkuwi rebrand

- Update phishing URL to phishing.pezkuwichain.io
- Update author to Dijital Kurdistan Tech Inst
- Update README with Pezkuwi project references
- Update IPFS reference to pezkuwichain.io
- Rebrand all package references from @polkadot to @pezkuwi
This commit is contained in:
2026-01-09 04:11:37 +03:00
parent 3f32f6cdfa
commit a4bb93cb33
37 changed files with 1363 additions and 408 deletions
+5 -5
View File
@@ -1,16 +1,16 @@
// Copyright 2017-2026 @polkadot/phishing authors & contributors
// Copyright 2017-2026 @pezkuwi/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { createBundle } from '@polkadot/dev/config/rollup';
import { createBundle } from '@pezkuwi/dev/config/rollup';
const pkgs = [
'@polkadot/phishing'
'@pezkuwi/phishing'
];
const external = [
...pkgs,
'@polkadot/util',
'@polkadot/util-crypto'
'@pezkuwi/util',
'@pezkuwi/util-crypto'
];
const entries = {};