diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6c3d6be01..6625ec28a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -12,7 +12,7 @@ 14 crypto-scambaiter Update all.json (#5242) 13 ccris02 Update all.json (#1510) 13 ImdioR 2 scam websites (#5311) - 11 ChainPatrol Bot Add phishing domains from ChainPatrol (#5273) + 12 ChainPatrol Bot Add phishing domains from ChainPatrol (#5336) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/all.json b/all.json index af1540cf0..012986296 100644 --- a/all.json +++ b/all.json @@ -33134,6 +33134,7 @@ "polkadotpay.xyz", "polkadotpets.net", "polkadotphantom.com", + "polkadotpics.com", "polkadotpro.live", "polkadotprotoken.online", "polkadotpublishing.com", @@ -49398,8 +49399,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadotpics.com" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/com/all.json b/all/com/all.json index c44f590a2..af4162741 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -10733,6 +10733,7 @@ "polkadotparachain.com", "polkadotpay.com", "polkadotphantom.com", + "polkadotpics.com", "polkadotpublishing.com", "polkadotrewards.totensparebnk.com", "polkadots-airdrop.com", diff --git a/meta/2025-09.json b/meta/2025-09.json index ed7faeee9..7081ab66e 100644 --- a/meta/2025-09.json +++ b/meta/2025-09.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-09-03", + "url": "polkadotpics.com" + }, { "date": "2025-09-02", "url": "airdrop-bitlayer.xyz" diff --git a/package.json b/package.json index 41b1e1f3b..dfcef0343 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.19-9-x", + "version": "0.25.19-10-x", "versions": { - "git": "0.25.19-9-x", + "git": "0.25.19-10-x", "npm": "0.25.18" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1b7db60d1..726298061 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.19-9-x", + "version": "0.25.19-10-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 24ac92c83..9eeb4fec1 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.19-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.19-10-x' };