diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 932c91a8e..9fbc285f4 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) - 50 ChainPatrol Bot Add phishing domains from ChainPatrol (3 total) (#5584) + 51 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5592) 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 7147162e0..9dc53b231 100644 --- a/all.json +++ b/all.json @@ -35987,6 +35987,7 @@ "polkadotjs.org", "polkadotjs.website", "polkadotlabs.co", + "polkadotlabs.com", "polkadotlabs.digital", "polkadotlabs.xyz", "polkadotlender.xyz", @@ -36066,6 +36067,7 @@ "polkadottoken.live", "polkadottoken.org", "polkadottoken.xyz", + "polkadottokenization.xyz", "polkadottrading.xyz", "polkadotunlockwallet.com", "polkadotup.net", @@ -53573,9 +53575,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadottokenization.xyz", - "polkadotlabs.com" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/com/all.json b/all/com/all.json index f04e97cee..437cdb6fe 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -11526,6 +11526,7 @@ "polkadotgiveaway.com", "polkadotipo.com", "polkadotist.com", + "polkadotlabs.com", "polkadotlending.com", "polkadotlive.com", "polkadotnet.com", diff --git a/all/xyz/all.json b/all/xyz/all.json index 154e249ef..0ec18b808 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -2687,6 +2687,7 @@ "polkadotstaking.xyz", "polkadotstore.xyz", "polkadottoken.xyz", + "polkadottokenization.xyz", "polkadottrading.xyz", "polkadotwallet.xyz", "polkadotx.xyz", diff --git a/meta/2025-12.json b/meta/2025-12.json index 522eb5d6e..b0ba0a210 100644 --- a/meta/2025-12.json +++ b/meta/2025-12.json @@ -419,6 +419,14 @@ "date": "2025-12-15", "url": "policeandfirefcu.co.com" }, + { + "date": "2025-12-15", + "url": "polkadotlabs.com" + }, + { + "date": "2025-12-15", + "url": "polkadottokenization.xyz" + }, { "date": "2025-12-15", "url": "prosperitybank.co.com" diff --git a/package.json b/package.json index 223f6c2f0..36f3b2682 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.25-7-x", + "version": "0.25.25-8-x", "versions": { - "git": "0.25.25-7-x", + "git": "0.25.25-8-x", "npm": "0.25.24" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 90a13d220..137a6f7a8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.25-7-x", + "version": "0.25.25-8-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 8835d9688..5b1c3ffe5 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-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.25-8-x' };