diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c3c429676..efffa0735 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -12,8 +12,8 @@ 13 ccris02 Update all.json (#1510) 13 Valentin Fernandez 0.25.13 (#5135) 12 ImdioR https://dot-novawallet.com (#5156) + 10 ChainPatrol Bot Add phishing domains from ChainPatrol (#5260) 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 grizzly375 Update all.json (#575) 7 Florian Franzen Update all.json (#3939) diff --git a/all.json b/all.json index 6f65a22ef..6da13ea41 100644 --- a/all.json +++ b/all.json @@ -32371,6 +32371,7 @@ "polkadotex.net", "polkadotex.vip", "polkadotexchange.com", + "polkadotexe.pages.dev", "polkadotexodus.de", "polkadotfinance.com", "polkadotflorist.co.uk", @@ -48225,8 +48226,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadotexe.pages.dev" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/dev/all.json b/all/dev/all.json index 17caf77aa..c38f7eb05 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -1980,6 +1980,7 @@ "polkabridge.dev", "polkabridge.pages.dev", "polkadotconfig.pages.dev", + "polkadotexe.pages.dev", "polkaswapwhitelist.pages.dev", "pondclaim.pages.dev", "poodlinu-claim.pages.dev", diff --git a/meta/2025-08.json b/meta/2025-08.json index cb0b2dcd9..5cf66d945 100644 --- a/meta/2025-08.json +++ b/meta/2025-08.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-08-06", + "url": "polkadotexe.pages.dev" + }, { "date": "2025-08-05", "url": "5thscape.xyz" diff --git a/package.json b/package.json index d5d1b9097..537417b88 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.17-7-x", + "version": "0.25.17-8-x", "versions": { - "git": "0.25.17-7-x", + "git": "0.25.17-8-x", "npm": "0.25.16" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index df191c206..06ff867e0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.17-7-x", + "version": "0.25.17-8-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7d01496cd..e49e8cbed 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.17-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.17-8-x' };