From 78a670487817b769a105646e40bc2f08c5d36b40 Mon Sep 17 00:00:00 2001 From: Husni Date: Fri, 2 Jan 2026 09:08:14 +0800 Subject: [PATCH] Update all.json (#5627) * update all.json * update all.json * fix: update headers --- .prettierrc.cjs | 2 +- all.json | 18 ++++++++++++++++++ eslint.config.js | 2 +- packages/phishing/src/additions.spec.ts | 2 +- packages/phishing/src/addrcheck.spec.ts | 2 +- packages/phishing/src/bundle.ts | 2 +- packages/phishing/src/crosscheck.spec.ts | 2 +- packages/phishing/src/fetch.ts | 2 +- packages/phishing/src/index.spec.ts | 2 +- packages/phishing/src/index.ts | 2 +- packages/phishing/src/mod.ts | 2 +- packages/phishing/src/packageDetect.ts | 2 +- packages/phishing/src/packageInfo.ts | 2 +- packages/phishing/src/types.ts | 2 +- rollup.config.js | 2 +- scripts/findSubs.mjs | 2 +- scripts/ipfsUpload.mjs | 2 +- scripts/sortAll.mjs | 2 +- 18 files changed, 35 insertions(+), 17 deletions(-) diff --git a/.prettierrc.cjs b/.prettierrc.cjs index bb5284d6a..832e956fd 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 module.exports = require('@polkadot/dev/config/prettier.cjs'); diff --git a/all.json b/all.json index 6820b8e3b..6b4fce668 100644 --- a/all.json +++ b/all.json @@ -31,7 +31,25 @@ "zapto.org" ], "deny": [ + "solanaairdropofficial.com", + "smartchainsolver.com", + "airdrop-brevis.network", + "airdrop-lighter.io", + "airdrop-lighter.sbs", + "dappchainresolve.xyz", + "llidofi.top", + "mascorswap.com", + "app-virtucls.com", + "mascor.net", + "app.lighterup.xyz", + "ton-9r8.pages.dev", + "solxjup.onspace.app", + "esqresso.foundation", + "enter-virtucls.com", + "espreesso.net", "lighter-airdrop.xyz", + "lighterup.xyz", + "onspace.app", "hypurrapp.vercel.app", "mantlybrldge.org", "redstone-finance.pages.dev", diff --git a/eslint.config.js b/eslint.config.js index 97857e3d5..d90b99390 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,4 +1,4 @@ -// Copyright 2017-2025 @polkadot/phishing authors & contributors +// Copyright 2017-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import baseConfig from '@polkadot/dev/config/eslint'; diff --git a/packages/phishing/src/additions.spec.ts b/packages/phishing/src/additions.spec.ts index ec5c1a4ab..c217032dc 100644 --- a/packages/phishing/src/additions.spec.ts +++ b/packages/phishing/src/additions.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/phishing/src/addrcheck.spec.ts b/packages/phishing/src/addrcheck.spec.ts index 13d4e6320..ff3b07f90 100644 --- a/packages/phishing/src/addrcheck.spec.ts +++ b/packages/phishing/src/addrcheck.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/phishing/src/bundle.ts b/packages/phishing/src/bundle.ts index dd0c4e5d5..63ec0806f 100644 --- a/packages/phishing/src/bundle.ts +++ b/packages/phishing/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AddressList, HostList } from './types.js'; diff --git a/packages/phishing/src/crosscheck.spec.ts b/packages/phishing/src/crosscheck.spec.ts index b154e8702..dbf74a4bb 100644 --- a/packages/phishing/src/crosscheck.spec.ts +++ b/packages/phishing/src/crosscheck.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/phishing/src/fetch.ts b/packages/phishing/src/fetch.ts index 1228a9063..e1d6155e8 100644 --- a/packages/phishing/src/fetch.ts +++ b/packages/phishing/src/fetch.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { fetch } from '@polkadot/x-fetch'; diff --git a/packages/phishing/src/index.spec.ts b/packages/phishing/src/index.spec.ts index 64c51a82b..b945b5c0c 100644 --- a/packages/phishing/src/index.spec.ts +++ b/packages/phishing/src/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/phishing/src/index.ts b/packages/phishing/src/index.ts index 24e4da3a1..c77dfcfca 100644 --- a/packages/phishing/src/index.ts +++ b/packages/phishing/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import './packageDetect.js'; diff --git a/packages/phishing/src/mod.ts b/packages/phishing/src/mod.ts index 002ec0a97..6d11328ce 100644 --- a/packages/phishing/src/mod.ts +++ b/packages/phishing/src/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './index.js'; diff --git a/packages/phishing/src/packageDetect.ts b/packages/phishing/src/packageDetect.ts index 8ed86c7f1..86ca8d0e2 100644 --- a/packages/phishing/src/packageDetect.ts +++ b/packages/phishing/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2025 @polkadot/phishing authors & contributors +// Copyright 2017-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2c19b3fab..32f1f3227 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2025 @polkadot/phishing authors & contributors +// Copyright 2017-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/phishing/src/types.ts b/packages/phishing/src/types.ts index 60dc69cb6..c94832791 100644 --- a/packages/phishing/src/types.ts +++ b/packages/phishing/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface HostList { diff --git a/rollup.config.js b/rollup.config.js index aaebc86cf..ad4a8f151 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,4 +1,4 @@ -// Copyright 2017-2025 @polkadot/phishing authors & contributors +// Copyright 2017-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createBundle } from '@polkadot/dev/config/rollup'; diff --git a/scripts/findSubs.mjs b/scripts/findSubs.mjs index ff60edffc..493ead853 100644 --- a/scripts/findSubs.mjs +++ b/scripts/findSubs.mjs @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'node:fs'; diff --git a/scripts/ipfsUpload.mjs b/scripts/ipfsUpload.mjs index 998875fd7..2c3e00837 100755 --- a/scripts/ipfsUpload.mjs +++ b/scripts/ipfsUpload.mjs @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import PinataSDK from '@pinata/sdk'; diff --git a/scripts/sortAll.mjs b/scripts/sortAll.mjs index 64310d347..b27b258f6 100644 --- a/scripts/sortAll.mjs +++ b/scripts/sortAll.mjs @@ -1,4 +1,4 @@ -// Copyright 2020-2025 @polkadot/phishing authors & contributors +// Copyright 2020-2026 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'node:fs';