diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2a1513492..325eed064 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) - 51 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5592) + 52 ChainPatrol Bot Add phishing domains from ChainPatrol (#5595) 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 641e78fb1..17443640d 100644 --- a/all.json +++ b/all.json @@ -36002,6 +36002,7 @@ "polkadotgive.com", "polkadotgive22.com", "polkadotgiveaway.com", + "polkadotgroup.co.uk", "polkadothub.xyz", "polkadothubs.org", "polkadotinsights.store", @@ -53625,8 +53626,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadotgroup.co.uk" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/uk/all.json b/all/uk/all.json index 29df924ab..61412a22b 100644 --- a/all/uk/all.json +++ b/all/uk/all.json @@ -23,6 +23,7 @@ "pancakeswap.uk", "polkadot.uk", "polkadotflorist.co.uk", + "polkadotgroup.co.uk", "polkadottii3.co.uk", "profit-guarantee.uk", "sync-blockchain.uk", diff --git a/meta/2025-12.json b/meta/2025-12.json index 1c0f6a26d..bec5efd9f 100644 --- a/meta/2025-12.json +++ b/meta/2025-12.json @@ -99,6 +99,10 @@ "date": "2025-12-16", "url": "plasma-rewards.org" }, + { + "date": "2025-12-16", + "url": "polkadotgroup.co.uk" + }, { "date": "2025-12-16", "url": "remittix-app.top" diff --git a/package.json b/package.json index 980b01962..6e2bc6be5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.25-11-x", + "version": "0.25.25-12-x", "versions": { - "git": "0.25.25-11-x", + "git": "0.25.25-12-x", "npm": "0.25.24" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index feb172600..336a7d18c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.25-11-x", + "version": "0.25.25-12-x", "main": "index.js", "dependencies": { "@polkadot/util": "^14.0.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4a3233319..8f4b4af87 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.25-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.25-12-x' };