diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8d05f935c..1b42de23a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 551 Jaco Allow addition of denySub entries (#4223) 133 alineherzman Update all.json (#5527) 97 michalisFr Update address.json (#4380) - 47 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5562) + 48 ChainPatrol Bot Add phishing domains from ChainPatrol (#5563) 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 20 Valentin Fernandez 0.25.21 (#5441) diff --git a/all.json b/all.json index 67ce64b43..cdcf85a77 100644 --- a/all.json +++ b/all.json @@ -1775,6 +1775,7 @@ "airdropsalert.app", "airdropsalert.bar", "airdropsalert.click", + "airdropsalert.life", "airdropsalert.onl", "airdropsalert.pro", "airdropsalert.sbs", @@ -53012,8 +53013,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "airdropsalert.life" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/life/all.json b/all/life/all.json index 24c42d665..6e6b40033 100644 --- a/all/life/all.json +++ b/all/life/all.json @@ -4,6 +4,7 @@ "airdrop-cellula.life", "airdrop-thrusterfinance.life", "airdropcellula.life", + "airdropsalert.life", "airdrpsalert.life", "apps-uniswap.life", "artemisai-erc.life", diff --git a/meta/2025-12.json b/meta/2025-12.json index 52a0edeb1..e7d57f2fb 100644 --- a/meta/2025-12.json +++ b/meta/2025-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-12-05", + "url": "airdropsalert.life" + }, { "date": "2025-12-04", "url": "airdropsalert.app" diff --git a/package.json b/package.json index 14e1e110f..dce76011c 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.24-12-x", + "version": "0.25.24-13-x", "versions": { - "git": "0.25.24-12-x", + "git": "0.25.24-13-x", "npm": "0.25.23" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 740108a3d..20bc2fc72 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.24-12-x", + "version": "0.25.24-13-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 76c079cda..552253cc3 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.24-12-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.24-13-x' };