diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 817592ac9..5b8b8900f 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) - 37 ChainPatrol Bot Add phishing domains from ChainPatrol (3 total) (#5528) + 38 ChainPatrol Bot Add phishing domains from ChainPatrol (#5532) 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 76f315465..982fa1d43 100644 --- a/all.json +++ b/all.json @@ -5747,6 +5747,7 @@ "beefy.digital", "beefy.gifts", "beefyapp.biz", + "beefyapp.click", "beefyapp.info", "beefyapps.cfd", "beefyapps.lat", @@ -52626,8 +52627,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "beefyapp.click" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/click/all.json b/all/click/all.json index 459ff9edd..6cd093916 100644 --- a/all/click/all.json +++ b/all/click/all.json @@ -18,6 +18,7 @@ "baby-dogeswap.click", "balancer-wallet.click", "basetoken.click", + "beefyapp.click", "beefyhubs.click", "binaanresolllv.click", "bliast.click", diff --git a/meta/2025-11.json b/meta/2025-11.json index bd271d517..cc9f06b72 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-11-21", + "url": "beefyapp.click" + }, { "date": "2025-11-21", "url": "claim2-trade.pages.dev" diff --git a/package.json b/package.json index a5d82e8d0..033dc96d5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.23-16-x", + "version": "0.25.23-17-x", "versions": { - "git": "0.25.23-16-x", + "git": "0.25.23-17-x", "npm": "0.25.22" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5b166f0ef..ee800f629 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.23-16-x", + "version": "0.25.23-17-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 0e60c3e28..297413fb7 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-16-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.23-17-x' };