diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cbb995a78..c3c429676 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -37,6 +37,7 @@ 1 Andrin Rehmann Remove AWS amplify from denied, add to allowed (#2775) 1 Aoi I have updated all.json with some more scam websites (#4954) 1 Arjun Porwal feat: add tldts dependency for improved hostname parsing (#5128) + 1 Bastian Köcher Peaq.xyz is legit :) (#5259) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) diff --git a/all/xyz/all.json b/all/xyz/all.json index 7302f0b08..2614cc4cb 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -2247,7 +2247,6 @@ "pcertification.xyz", "peaq-iayerzero.xyz", "peaq-layerzero.xyz", - "peaq.xyz", "peas-sushi.xyz", "pencilsprotocol-tokensoft.xyz", "pendlehub.xyz", diff --git a/meta/2025-08.json b/meta/2025-08.json index 5c5310cac..cb0b2dcd9 100644 --- a/meta/2025-08.json +++ b/meta/2025-08.json @@ -611,10 +611,6 @@ "date": "2025-08-05", "url": "opensea-click28-two.vercel.app" }, - { - "date": "2025-08-05", - "url": "peaq.xyz" - }, { "date": "2025-08-05", "url": "permasolution.pages.dev" diff --git a/package.json b/package.json index cb83fabc2..d5d1b9097 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.17-6-x", + "version": "0.25.17-7-x", "versions": { - "git": "0.25.17-6-x", + "git": "0.25.17-7-x", "npm": "0.25.16" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 98ebcd2fa..df191c206 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.17-6-x", + "version": "0.25.17-7-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 79007f8d1..7d01496cd 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-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.17-7-x' };