diff --git a/CONTRIBUTORS b/CONTRIBUTORS index adc9c0459..2bfd67266 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) - 30 ChainPatrol Bot Add phishing domains from ChainPatrol (#5514) + 31 ChainPatrol Bot Add phishing domains from ChainPatrol (3 total) (#5517) 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 c608f5c5b..b478187a8 100644 --- a/all.json +++ b/all.json @@ -1767,6 +1767,7 @@ "airdropsahara.com", "airdropsalert.bar", "airdropsalert.sbs", + "airdropsalert.xyz", "airdropscan.icu", "airdropscan.top", "airdropsdao.org", @@ -5736,6 +5737,7 @@ "beefy.digital", "beefy.gifts", "beefyapp.biz", + "beefyapp.info", "beefyhub.cfd", "beefyhub.icu", "beefyhub.lol", @@ -22926,6 +22928,7 @@ "httpslink.com", "httpssolaxylaunch.co", "hub-activator.xyz", + "hub-airdropalert.cfd", "hub-airdropalert.sbs", "hub-boosteth.com", "hub-collab.land", @@ -52496,10 +52499,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "hub-airdropalert.cfd", - "airdropsalert.xyz", - "beefyapp.info" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/cfd/all.json b/all/cfd/all.json index 0c92b0400..55dd69be8 100644 --- a/all/cfd/all.json +++ b/all/cfd/all.json @@ -86,6 +86,7 @@ "grt-sushi.cfd", "hashporthub.cfd", "home-sushi.cfd", + "hub-airdropalert.cfd", "hunt-sushi.cfd", "in-sushi.cfd", "ixs-sushi.cfd", diff --git a/all/info/all.json b/all/info/all.json index 39095ff8f..9e0908c40 100644 --- a/all/info/all.json +++ b/all/info/all.json @@ -79,6 +79,7 @@ "b0xdapp.info", "basecointabsonline.info", "basmantr.info", + "beefyapp.info", "beginshype.info", "bestcryptowallet.info", "bicoinetftoken.info", diff --git a/all/xyz/all.json b/all/xyz/all.json index c35770861..a2f3a6b4b 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -169,6 +169,7 @@ "airdrops-nodefoundation.xyz", "airdrops-stepngo.xyz", "airdrops-taikos.xyz", + "airdropsalert.xyz", "airdropseekprotocol.xyz", "airdroptracer.xyz", "airdroptrust.xyz", diff --git a/meta/2025-11.json b/meta/2025-11.json index 004de9016..3b45536af 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -1,4 +1,16 @@ [ + { + "date": "2025-11-14", + "url": "airdropsalert.xyz" + }, + { + "date": "2025-11-14", + "url": "beefyapp.info" + }, + { + "date": "2025-11-14", + "url": "hub-airdropalert.cfd" + }, { "date": "2025-11-13", "url": "akasdao-airdrop.xyz" diff --git a/package.json b/package.json index 93f58d557..4bed32f22 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.23-5-x", + "version": "0.25.23-6-x", "versions": { - "git": "0.25.23-5-x", + "git": "0.25.23-6-x", "npm": "0.25.22" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5e0d12c88..ee4424c66 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.23-5-x", + "version": "0.25.23-6-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 4ca2d51ab..412d1c774 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-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.23-6-x' };