diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 79ffbaa1f..a91e59171 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -13,8 +13,8 @@ 13 Valentin Fernandez 0.25.13 (#5135) 12 ImdioR https://dot-novawallet.com (#5156) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) + 9 ChainPatrol Bot Add phishing domains from ChainPatrol (#5243) 9 Dan Shields add multipe reported scams (#297) - 8 ChainPatrol Bot Add phishing domains from ChainPatrol (#5226) 8 grizzly375 Update all.json (#575) 7 Florian Franzen Update all.json (#3939) 6 ccris02 Adding few newly registered phishing sites (#344) diff --git a/all.json b/all.json index 3370ad9ad..4609a1eaf 100644 --- a/all.json +++ b/all.json @@ -31770,6 +31770,7 @@ "polka-crypto.com", "polka-d.com", "polka-dot.exchange", + "polka-dot.pro", "polka-dotbot.com", "polka-dotbot.org", "polka-dotnetwork.com", @@ -47695,8 +47696,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polka-dot.pro" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/pro/all.json b/all/pro/all.json index 7b0851fc3..62bb6716d 100644 --- a/all/pro/all.json +++ b/all/pro/all.json @@ -372,6 +372,7 @@ "pinklaunchpad.pro", "pit-sushi.pro", "pixelrealmairdropclaim.pro", + "polka-dot.pro", "polkasfarter.pro", "polygontechnology.pro", "portal-zksync.pro", diff --git a/meta/2025-07.json b/meta/2025-07.json index c2e6727ac..f6b4b6999 100644 --- a/meta/2025-07.json +++ b/meta/2025-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-07-28", + "url": "polka-dot.pro" + }, { "date": "2025-07-27", "url": "appcrypto3.vercel.app" diff --git a/package.json b/package.json index 6a37e2ded..e52409f17 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.16-11-x", + "version": "0.25.16-12-x", "versions": { - "git": "0.25.16-11-x", + "git": "0.25.16-12-x", "npm": "0.25.15" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e0dcddfd3..4c03419a7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.16-11-x", + "version": "0.25.16-12-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b5784cf24..a22f52683 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.16-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.16-12-x' };