diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1daf92405..b76fd68b3 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) - 43 ChainPatrol Bot Add phishing domains from ChainPatrol (#5546) + 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 9683ba086..895b54eb7 100644 --- a/all.json +++ b/all.json @@ -35243,10 +35243,13 @@ "polkadootnetwork.online", "polkador.js.org", "polkadot--official.webflow.io", + "polkadot-1.com", "polkadot-10a.js.org", + "polkadot-2.com", "polkadot-2021.com", "polkadot-22.com", "polkadot-2xa.pages.dev", + "polkadot-3.com", "polkadot-airdrop.com", "polkadot-airdrop.com.hathor-airdrop.com", "polkadot-airdrop.info", @@ -52811,10 +52814,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadot-1.com", - "polkadot-2.com", - "polkadot-3.com" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/com/all.json b/all/com/all.json index 2cb4fc47c..e883aeba2 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -11240,8 +11240,11 @@ "polkadomain.com", "polkadonetwork.com", "polkadoot.com", + "polkadot-1.com", + "polkadot-2.com", "polkadot-2021.com", "polkadot-22.com", + "polkadot-3.com", "polkadot-airdrop.com", "polkadot-airdrop.com.hathor-airdrop.com", "polkadot-app.com", diff --git a/meta/2025-11.json b/meta/2025-11.json index 5ae0b4bc6..2aac4fa99 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -1,4 +1,16 @@ [ + { + "date": "2025-11-30", + "url": "polkadot-1.com" + }, + { + "date": "2025-11-30", + "url": "polkadot-2.com" + }, + { + "date": "2025-11-30", + "url": "polkadot-3.com" + }, { "date": "2025-11-29", "url": "defiresolverapp.xyz" diff --git a/package.json b/package.json index f78041c53..bf5b533af 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.24-4-x", + "version": "0.25.24-5-x", "versions": { - "git": "0.25.24-4-x", + "git": "0.25.24-5-x", "npm": "0.25.23" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 08ccdcbcb..e1e4ff4b2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.24-4-x", + "version": "0.25.24-5-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 2b3591d5e..81a5aa520 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-4-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.24-5-x' };