From 8f5b3d10ceca08e8b364665332d4c8f1a83aea07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:10:44 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.25.24-7-x skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 4 ++-- all/pro/all.json | 1 + meta/2025-12.json | 4 ++++ package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 7 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 04726a782..1a544fb01 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,8 +5,8 @@ 551 Jaco Allow addition of denySub entries (#4223) 133 alineherzman Update all.json (#5527) 97 michalisFr Update address.json (#4380) + 45 ChainPatrol Bot Add phishing domains from ChainPatrol (#5550) 45 Tarik Gul 13.4.3 (#4958) - 44 ChainPatrol Bot Add phishing domains from ChainPatrol (#5548) 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 53cc6d2fb..03568a48c 100644 --- a/all.json +++ b/all.json @@ -1771,6 +1771,7 @@ "airdropsahara.com", "airdropsalert.bar", "airdropsalert.click", + "airdropsalert.pro", "airdropsalert.sbs", "airdropsalert.xyz", "airdropsalerts.cfd", @@ -52823,8 +52824,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "airdropsalert.pro" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/pro/all.json b/all/pro/all.json index b24716b7f..369e8eaa6 100644 --- a/all/pro/all.json +++ b/all/pro/all.json @@ -21,6 +21,7 @@ "airdropblast.pro", "airdropcrypto.pro", "airdropsaga.pro", + "airdropsalert.pro", "ait-finance.pro", "aixtoken.pro", "alienform-migration.pro", diff --git a/meta/2025-12.json b/meta/2025-12.json index 327526216..a01233100 100644 --- a/meta/2025-12.json +++ b/meta/2025-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-12-02", + "url": "airdropsalert.pro" + }, { "date": "2025-12-01", "url": "connectweb3c.io" diff --git a/package.json b/package.json index b0fdacdd7..de2b3c31a 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.24-6-x", + "version": "0.25.24-7-x", "versions": { - "git": "0.25.24-6-x", + "git": "0.25.24-7-x", "npm": "0.25.23" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index aa5763f33..611a009dd 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.24-6-x", + "version": "0.25.24-7-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 1f81d41f4..ac30f9978 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-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.24-7-x' };