diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7c35a5d78..f8cf7b91b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,10 +9,10 @@ 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 20 Valentin Fernandez 0.25.21 (#5441) 18 Josip Š Update all.json (#4408) + 14 ChainPatrol Bot Add phishing domains from ChainPatrol (4 total) (#5465) 14 crypto-scambaiter Update all.json (#5242) 14 ImdioR Phishing scam website +1 more (#5435) 13 ccris02 Update all.json (#1510) - 13 ChainPatrol Bot Add phishing domains from ChainPatrol (#5386) 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 6e7677fe1..b4727a582 100644 --- a/all.json +++ b/all.json @@ -1807,6 +1807,8 @@ "airdropzizle.xyz", "airdropzks.xyz", "airdropzones.xyz", + "airdrpalerts.lol", + "airdrpsalert.life", "airearning.com", "airesolution.live", "airexalted.org", @@ -35410,6 +35412,7 @@ "portal-debank.com", "portal-derive.xyz", "portal-dood.com", + "portal-drops.cfd", "portal-eligibility.com", "portal-flare.network", "portal-flarenetwork.pages.dev", @@ -51950,14 +51953,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "dot.airdrpalerts.lol", - "airdrpalerts.lol", - "dot.airdrpsalert.life", - "airdrpsalert.life", - "polkadot.portal-drops.cfd", - "portal-drops.cfd", - "dot.portal-drops.cfd" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/cfd/all.json b/all/cfd/all.json index b3bf07ff0..ac76d5828 100644 --- a/all/cfd/all.json +++ b/all/cfd/all.json @@ -123,6 +123,7 @@ "pepu-sushi.cfd", "phadrop.cfd", "play-sushi.cfd", + "portal-drops.cfd", "portalcoin.cfd", "quickrectifier.cfd", "rail-sushi.cfd", diff --git a/all/life/all.json b/all/life/all.json index 0c94741c0..823c1e1dc 100644 --- a/all/life/all.json +++ b/all/life/all.json @@ -4,6 +4,7 @@ "airdrop-cellula.life", "airdrop-thrusterfinance.life", "airdropcellula.life", + "airdrpsalert.life", "apps-uniswap.life", "artemisai-erc.life", "availproject.life", diff --git a/all/lol/all.json b/all/lol/all.json index ac5ac51fc..a37f2a662 100644 --- a/all/lol/all.json +++ b/all/lol/all.json @@ -10,6 +10,7 @@ "airdropbydappradar.lol", "airdrops-elys-network.lol", "airdrops-iinea.lol", + "airdrpalerts.lol", "allappsconnectingin.lol", "allchainsnetworkappsynchr.lol", "apecoin-airdropclaim.lol", diff --git a/meta/2025-10.json b/meta/2025-10.json index 920f89481..69705beb5 100644 --- a/meta/2025-10.json +++ b/meta/2025-10.json @@ -1,4 +1,32 @@ [ + { + "date": "2025-10-30", + "url": "airdrpalerts.lol" + }, + { + "date": "2025-10-30", + "url": "airdrpsalert.life" + }, + { + "date": "2025-10-30", + "url": "dot.airdrpalerts.lol" + }, + { + "date": "2025-10-30", + "url": "dot.airdrpsalert.life" + }, + { + "date": "2025-10-30", + "url": "dot.portal-drops.cfd" + }, + { + "date": "2025-10-30", + "url": "polkadot.portal-drops.cfd" + }, + { + "date": "2025-10-30", + "url": "portal-drops.cfd" + }, { "date": "2025-10-29", "url": "accountvalidator.app" diff --git a/package.json b/package.json index e79e0dcca..a7058263c 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-18-x", + "version": "0.25.22-19-x", "versions": { - "git": "0.25.22-18-x", + "git": "0.25.22-19-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 224c0bcf7..5f891faaa 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-18-x", + "version": "0.25.22-19-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fb37d4afb..11b4b7f06 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.22-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-19-x' };