diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4b8537e07..a0b889f05 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 132 alineherzman Update all.json (#5491) 97 michalisFr Update address.json (#4380) 45 Tarik Gul 13.4.3 (#4958) - 33 ChainPatrol Bot Add phishing domains from ChainPatrol (8 total) (#5520) + 34 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5522) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 20 Valentin Fernandez 0.25.21 (#5441) 18 Josip Š Update all.json (#4408) diff --git a/all.json b/all.json index aabf52be9..c1122d0d5 100644 --- a/all.json +++ b/all.json @@ -2959,6 +2959,8 @@ "app-aigentx.net", "app-aigentx.xyz", "app-airdropalert.cfd", + "app-airdropalert.lat", + "app-airdropalert.lol", "app-aitprotoclaim.com", "app-aitprotocol.app", "app-aitprotocolai.com", @@ -52586,9 +52588,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "app-airdropalert.lat", - "app-airdropalert.lol" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/lat/all.json b/all/lat/all.json index f4d643811..f2f43160c 100644 --- a/all/lat/all.json +++ b/all/lat/all.json @@ -2,6 +2,7 @@ "aero-sushi.lat", "airdrpalerts.lat", "airdrpsalerts.lat", + "app-airdropalert.lat", "app-maiga-ai.lat", "axgt-sushi.lat", "beefyapps.lat", diff --git a/all/lol/all.json b/all/lol/all.json index b11554d82..175798d56 100644 --- a/all/lol/all.json +++ b/all/lol/all.json @@ -16,6 +16,7 @@ "allappsconnectingin.lol", "allchainsnetworkappsynchr.lol", "apecoin-airdropclaim.lol", + "app-airdropalert.lol", "app-getgrassregister.lol", "app-newbridge-bep2tool.lol", "app-swellnetworks.lol", diff --git a/meta/2025-11.json b/meta/2025-11.json index f059a79ef..f090b8047 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -7,6 +7,14 @@ "date": "2025-11-17", "url": "app-airdropalert.cfd" }, + { + "date": "2025-11-17", + "url": "app-airdropalert.lat" + }, + { + "date": "2025-11-17", + "url": "app-airdropalert.lol" + }, { "date": "2025-11-17", "url": "beefyapps.cfd" diff --git a/package.json b/package.json index 1020e292f..e36bdd5ed 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.23-10-x", + "version": "0.25.23-11-x", "versions": { - "git": "0.25.23-10-x", + "git": "0.25.23-11-x", "npm": "0.25.22" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c5fd2d27c..c90158146 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.23-10-x", + "version": "0.25.23-11-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 dc495ba6b..3c2d29db1 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-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.23-11-x' };