diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9211a0ddc..e397035c8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,8 +11,8 @@ 18 Valentin Fernandez 0.25.19 (#5383) 14 crypto-scambaiter Update all.json (#5242) 13 ccris02 Update all.json (#1510) + 13 ChainPatrol Bot Add phishing domains from ChainPatrol (#5386) 13 ImdioR 2 scam websites (#5311) - 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 68e5bdd76..e2848ddbc 100644 --- a/all.json +++ b/all.json @@ -8789,6 +8789,7 @@ "claim-plume-net.work", "claim-plume.com", "claim-polkadot.com", + "claim-polkadot.online", "claim-poly.com", "claim-polyhedra.net", "claim-pond.com", @@ -50390,8 +50391,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "claim-polkadot.online" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/online/all.json b/all/online/all.json index da732bb5f..bbbca3ca5 100644 --- a/all/online/all.json +++ b/all/online/all.json @@ -372,6 +372,7 @@ "claim-memecoin.online", "claim-moongate.online", "claim-nft.online", + "claim-polkadot.online", "claim-saga.online", "claim1inch.online", "claimawcoin.online", diff --git a/meta/2025-09.json b/meta/2025-09.json index 606bbb748..5b2797173 100644 --- a/meta/2025-09.json +++ b/meta/2025-09.json @@ -111,6 +111,10 @@ "date": "2025-09-24", "url": "campnetwork.site" }, + { + "date": "2025-09-24", + "url": "claim-polkadot.online" + }, { "date": "2025-09-24", "url": "claimfidapp.netlify.app" diff --git a/package.json b/package.json index 5da3b444e..ca4cc22bf 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.20-0-x", + "version": "0.25.20-1-x", "versions": { - "git": "0.25.20-0-x", + "git": "0.25.20-1-x", "npm": "0.25.19" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 977de5183..cfe67557a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.20-0-x", + "version": "0.25.20-1-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 efcf13e2b..dcc7e0027 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.20-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.20-1-x' };