diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 64077bef5..4b61cef6b 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) - 24 ChainPatrol Bot Add phishing domains from ChainPatrol (#5490) + 25 ChainPatrol Bot Add phishing domains from ChainPatrol (5 total) (#5494) 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 7f8c768c6..62e1cbe93 100644 --- a/all.json +++ b/all.json @@ -1761,6 +1761,7 @@ "airdropsaga.com", "airdropsaga.pro", "airdropsahara.com", + "airdropsalert.bar", "airdropsalert.sbs", "airdropscan.icu", "airdropscan.top", @@ -1825,6 +1826,7 @@ "airdrpsalerts.cfd", "airdrpsalerts.click", "airdrpsalerts.info", + "airdrpsalerts.lat", "airearning.com", "airesolution.live", "airexalted.org", @@ -5698,6 +5700,7 @@ "beefy.digital", "beefy.gifts", "beefyhubs.bond", + "beefyhubs.click", "beefyhubs.club", "beefyhubs.lat", "beefyhubs.life", @@ -52225,10 +52228,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "airdropsalert.bar", - "beefyhubs.click", - "airdrpsalerts.lat" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/bar/all.json b/all/bar/all.json index 5f648151b..7a620d1b4 100644 --- a/all/bar/all.json +++ b/all/bar/all.json @@ -1,6 +1,7 @@ [ "4523544325432.bar", "aicoin.bar", + "airdropsalert.bar", "friend-fund.bar", "mettmask.bar", "mint-polkadot.bar", diff --git a/all/click/all.json b/all/click/all.json index cf750bd65..6281aadda 100644 --- a/all/click/all.json +++ b/all/click/all.json @@ -16,6 +16,7 @@ "baby-dogeswap.click", "balancer-wallet.click", "basetoken.click", + "beefyhubs.click", "binaanresolllv.click", "bliast.click", "blockchainsphere.click", diff --git a/all/lat/all.json b/all/lat/all.json index 89ae35f3b..bc32a20c3 100644 --- a/all/lat/all.json +++ b/all/lat/all.json @@ -1,6 +1,7 @@ [ "aero-sushi.lat", "airdrpalerts.lat", + "airdrpsalerts.lat", "app-maiga-ai.lat", "axgt-sushi.lat", "beefyhubs.lat", diff --git a/meta/2025-11.json b/meta/2025-11.json index 516746c11..154dea992 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -1,4 +1,12 @@ [ + { + "date": "2025-11-07", + "url": "airdropsalert.bar" + }, + { + "date": "2025-11-07", + "url": "airdrpsalerts.lat" + }, { "date": "2025-11-07", "url": "app-tria.co" @@ -7,6 +15,10 @@ "date": "2025-11-07", "url": "bancusportal.io" }, + { + "date": "2025-11-07", + "url": "beefyhubs.click" + }, { "date": "2025-11-07", "url": "claim-bio-protocol.xyz" diff --git a/package.json b/package.json index aeb283a1e..dc460478c 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-46-x", + "version": "0.25.22-47-x", "versions": { - "git": "0.25.22-46-x", + "git": "0.25.22-47-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index eb19fac04..b14074e06 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-46-x", + "version": "0.25.22-47-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 acb2e5d29..d2b3e75f3 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-46-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-47-x' };