From db52f22c8aad2972d953472bfdb40929e8dffe7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 13:59:32 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.25.24-0-x skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 4 ++-- all/sbs/all.json | 1 + meta/2025-11.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 43c8cf438..c9df2653e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 133 alineherzman Update all.json (#5527) 97 michalisFr Update address.json (#4380) 45 Tarik Gul 13.4.3 (#4958) - 39 ChainPatrol Bot Add phishing domains from ChainPatrol (#5533) + 40 ChainPatrol Bot Add phishing domains from ChainPatrol (#5541) 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 0005f8098..73a611332 100644 --- a/all.json +++ b/all.json @@ -23071,6 +23071,7 @@ "hubpalmai.com", "hubpikamoon.com", "hubrpc.org", + "hubs-beefy.sbs", "hubs-dappradar.com", "hubsmartchain.firebaseapp.com", "hubsmartchain.web.app", @@ -52787,8 +52788,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "hubs-beefy.sbs" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/sbs/all.json b/all/sbs/all.json index 72b10cead..8787a8f1d 100644 --- a/all/sbs/all.json +++ b/all/sbs/all.json @@ -66,6 +66,7 @@ "ftx-validate.sbs", "go-eth.sbs", "hub-airdropalert.sbs", + "hubs-beefy.sbs", "hybrid-reward.sbs", "launchdrop.sbs", "layerzero.sbs", diff --git a/meta/2025-11.json b/meta/2025-11.json index 23ec788c0..5fa98b0e9 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-11-26", + "url": "hubs-beefy.sbs" + }, { "date": "2025-11-25", "url": "airdrop-gaib.com" diff --git a/package.json b/package.json index c8c5193a8..f6ec9dcef 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.23", + "version": "0.25.24-0-x", "versions": { - "git": "0.25.23", + "git": "0.25.24-0-x", "npm": "0.25.23" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b118726d7..935550f84 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.23", + "version": "0.25.24-0-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 9e3abeff1..a2db7fd74 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' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.24-0-x' };