diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 78572f35e..94ffbf455 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,7 +7,7 @@ 97 michalisFr Update address.json (#4380) 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 21 ChainPatrol Bot Add phishing domains from ChainPatrol (#5483) + 22 ChainPatrol Bot Add phishing domains from ChainPatrol (3 total) (#5488) 20 Valentin Fernandez 0.25.21 (#5441) 18 Josip Š Update all.json (#4408) 14 crypto-scambaiter Update all.json (#5242) diff --git a/all.json b/all.json index cf0efc56a..6b6a280a8 100644 --- a/all.json +++ b/all.json @@ -1761,6 +1761,7 @@ "airdropsaga.com", "airdropsaga.pro", "airdropsahara.com", + "airdropsalert.sbs", "airdropscan.icu", "airdropscan.top", "airdropsdao.org", @@ -1812,6 +1813,7 @@ "airdropzizle.xyz", "airdropzks.xyz", "airdropzones.xyz", + "airdrpalert.click", "airdrpalerts.lat", "airdrpalerts.lol", "airdrpsalert.cfd", @@ -52202,9 +52204,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "airdropsalert.sbs", - "airdrpalert.click" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/click/all.json b/all/click/all.json index 006c5c330..f3be6d2e0 100644 --- a/all/click/all.json +++ b/all/click/all.json @@ -4,6 +4,7 @@ "airdapp.click", "airdrop-eigen.click", "airdrop-layerzero.click", + "airdrpalert.click", "amlsecure.click", "apechain.click", "apeclaim.click", diff --git a/all/sbs/all.json b/all/sbs/all.json index 15b66fa67..83e933a89 100644 --- a/all/sbs/all.json +++ b/all/sbs/all.json @@ -1,6 +1,7 @@ [ "2raydium.sbs", "airdrop-crypto.sbs", + "airdropsalert.sbs", "airdrpsalert.sbs", "allnodesrectify.sbs", "apollovelo.sbs", diff --git a/meta/2025-11.json b/meta/2025-11.json index 2571ed17c..c5b60bd3c 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -7,6 +7,14 @@ "date": "2025-11-05", "url": "airdrop-terrace.com" }, + { + "date": "2025-11-05", + "url": "airdropsalert.sbs" + }, + { + "date": "2025-11-05", + "url": "airdrpalert.click" + }, { "date": "2025-11-05", "url": "alexbeck-allocations.xyz" diff --git a/package.json b/package.json index baf51ba2e..c5c914b71 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-40-x", + "version": "0.25.22-41-x", "versions": { - "git": "0.25.22-40-x", + "git": "0.25.22-41-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a7b9d187d..60653933d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-40-x", + "version": "0.25.22-41-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 85ddb4ec0..6a061d72a 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-40-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-41-x' };