mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 04:28:01 +00:00
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:
@@ -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
@@ -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,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
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user