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
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2020-2026 @polkadot/phishing authors & contributors
// Copyright 2020-2026 @pezkuwi/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import fs from 'node:fs';
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2020-2024 @polkadot/phishing authors & contributors
# Copyright 2020-2024 @pezkuwi/phishing authors & contributors
# SPDX-License-Identifier: Apache-2.0
mkdir -p build
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2020-2026 @polkadot/phishing authors & contributors
// Copyright 2020-2026 @pezkuwi/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import PinataSDK from '@pinata/sdk';
+3 -3
View File
@@ -1,10 +1,10 @@
// Copyright 2020-2026 @polkadot/phishing authors & contributors
// Copyright 2020-2026 @pezkuwi/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
import fs from 'node:fs';
// @ts-expect-error @polkadot/dev scripts don't have .d.ts files
import { mkdirpSync, rimrafSync } from '@polkadot/dev/scripts/util.mjs';
// @ts-expect-error @pezkuwi/dev scripts don't have .d.ts files
import { mkdirpSync, rimrafSync } from '@pezkuwi/dev/scripts/util.mjs';
/** @typedef {{ allow: string[]; deny: string[]; denySub: string[] }} AllList */