diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 02e7b5b34..636609c02 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,7 +9,7 @@ 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 20 Valentin Fernandez 0.25.21 (#5441) 18 Josip Š Update all.json (#4408) - 14 ChainPatrol Bot Add phishing domains from ChainPatrol (4 total) (#5465) + 15 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5470) 14 crypto-scambaiter Update all.json (#5242) 14 ImdioR Phishing scam website +1 more (#5435) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index deb90503e..f310c0b85 100644 --- a/all.json +++ b/all.json @@ -1807,8 +1807,10 @@ "airdropzizle.xyz", "airdropzks.xyz", "airdropzones.xyz", + "airdrpalerts.lat", "airdrpalerts.lol", "airdrpsalert.life", + "airdrpsalert.locker", "airearning.com", "airesolution.live", "airexalted.org", @@ -51990,9 +51992,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "airdrpalerts.lat", - "airdrpsalert.locker" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/lat/all.json b/all/lat/all.json index 6d63f738d..426e73992 100644 --- a/all/lat/all.json +++ b/all/lat/all.json @@ -1,5 +1,6 @@ [ "aero-sushi.lat", + "airdrpalerts.lat", "app-maiga-ai.lat", "axgt-sushi.lat", "blastioairdrop.lat", diff --git a/all/locker/all.json b/all/locker/all.json new file mode 100644 index 000000000..40c634946 --- /dev/null +++ b/all/locker/all.json @@ -0,0 +1,3 @@ +[ + "airdrpsalert.locker" +] diff --git a/meta/2025-10.json b/meta/2025-10.json index 14c1d0c6e..2ff66b738 100644 --- a/meta/2025-10.json +++ b/meta/2025-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-10-30", + "url": "airdrpalerts.lat" + }, { "date": "2025-10-30", "url": "airdrpalerts.lol" @@ -7,6 +11,10 @@ "date": "2025-10-30", "url": "airdrpsalert.life" }, + { + "date": "2025-10-30", + "url": "airdrpsalert.locker" + }, { "date": "2025-10-30", "url": "chainstats.xyz" diff --git a/package.json b/package.json index f007ef88d..fb21e9524 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-23-x", + "version": "0.25.22-24-x", "versions": { - "git": "0.25.22-23-x", + "git": "0.25.22-24-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cac3b4d64..c347d1872 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-23-x", + "version": "0.25.22-24-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 030aeb53e..e5780fac6 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-23-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-24-x' };