diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d4b4be6d1..2d8efb4d9 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) - 23 ChainPatrol Bot Add phishing domains from ChainPatrol (3 total) (#5489) + 24 ChainPatrol Bot Add phishing domains from ChainPatrol (#5490) 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 1fec88ac2..fb238e5b3 100644 --- a/all.json +++ b/all.json @@ -1823,6 +1823,7 @@ "airdrpsalert.lol", "airdrpsalert.sbs", "airdrpsalerts.cfd", + "airdrpsalerts.click", "airdrpsalerts.info", "airearning.com", "airesolution.live", @@ -52207,8 +52208,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "airdrpsalerts.click" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/click/all.json b/all/click/all.json index f3be6d2e0..cf750bd65 100644 --- a/all/click/all.json +++ b/all/click/all.json @@ -5,6 +5,7 @@ "airdrop-eigen.click", "airdrop-layerzero.click", "airdrpalert.click", + "airdrpsalerts.click", "amlsecure.click", "apechain.click", "apeclaim.click", diff --git a/meta/2025-11.json b/meta/2025-11.json index be5c152f3..f8a86ea69 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-11-06", + "url": "airdrpsalerts.click" + }, { "date": "2025-11-06", "url": "airdrpsalerts.info" diff --git a/package.json b/package.json index b7f131652..8c1f78f4c 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-43-x", + "version": "0.25.22-44-x", "versions": { - "git": "0.25.22-43-x", + "git": "0.25.22-44-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3074007dd..fe6fcdebd 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-43-x", + "version": "0.25.22-44-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 364cc33af..729daa76a 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-43-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-44-x' };