diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 629b8b066..e749a20ba 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) - 31 ChainPatrol Bot Add phishing domains from ChainPatrol (3 total) (#5517) + 32 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5519) 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 d055349da..34bed35bc 100644 --- a/all.json +++ b/all.json @@ -1849,6 +1849,7 @@ "airsdropsalert.cfd", "airsdropsalert.click", "airsdropsalert.lol", + "airsdropsalerts.cfd", "airsdropsalerts.sbs", "airsmint.com", "airswallets.com", @@ -5738,6 +5739,7 @@ "beefy.gifts", "beefyapp.biz", "beefyapp.info", + "beefyapps.lat", "beefyhub.cfd", "beefyhub.icu", "beefyhub.lol", @@ -52550,9 +52552,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "beefyapps.lat", - "airsdropsalerts.cfd" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/cfd/all.json b/all/cfd/all.json index 55dd69be8..fedcf8ae1 100644 --- a/all/cfd/all.json +++ b/all/cfd/all.json @@ -11,6 +11,7 @@ "airdrpsalert.cfd", "airdrpsalerts.cfd", "airsdropsalert.cfd", + "airsdropsalerts.cfd", "aixbt-sushi.cfd", "alcx-sushi.cfd", "alphakrakenverification.cfd", diff --git a/all/lat/all.json b/all/lat/all.json index ad034ce41..f4d643811 100644 --- a/all/lat/all.json +++ b/all/lat/all.json @@ -4,6 +4,7 @@ "airdrpsalerts.lat", "app-maiga-ai.lat", "axgt-sushi.lat", + "beefyapps.lat", "beefyhubs.lat", "blastioairdrop.lat", "bmt-sushi.lat", diff --git a/meta/2025-11.json b/meta/2025-11.json index 01edb609e..58ef8a540 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -3,10 +3,18 @@ "date": "2025-11-14", "url": "airdropsalert.xyz" }, + { + "date": "2025-11-14", + "url": "airsdropsalerts.cfd" + }, { "date": "2025-11-14", "url": "beefyapp.info" }, + { + "date": "2025-11-14", + "url": "beefyapps.lat" + }, { "date": "2025-11-14", "url": "freenft-getmimts.vercel.app" diff --git a/package.json b/package.json index ebef3fd52..6ad8840f5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.23-7-x", + "version": "0.25.23-8-x", "versions": { - "git": "0.25.23-7-x", + "git": "0.25.23-8-x", "npm": "0.25.22" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 92fe7bcf9..1637926e4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.23-7-x", + "version": "0.25.23-8-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 461cc23c4..d917f5e02 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.23-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.23-8-x' };