diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0391dc763..3ab1a120f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,11 +1,11 @@ 1284 Tim Janssen Update all.json (#5551) 1253 Frank Update all.json (#5557) - 779 mhusnirizal update all.json (#5545) + 780 mhusnirizal update all.json (#5559) 619 Mich block bad website dot-reward.com (#5421) 551 Jaco Allow addition of denySub entries (#4223) 133 alineherzman Update all.json (#5527) 97 michalisFr Update address.json (#4380) - 45 ChainPatrol Bot Add phishing domains from ChainPatrol (#5550) + 46 ChainPatrol Bot Add phishing domains from ChainPatrol (#5560) 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 20 Valentin Fernandez 0.25.21 (#5441) diff --git a/all.json b/all.json index b566e379f..8dc3d479e 100644 --- a/all.json +++ b/all.json @@ -31,8 +31,6 @@ "zapto.org" ], "deny": [ - "resolenddexpro.com", - "ultra-wavedigitalgrid.web.app", "0-chain.com", "000000000000000000000deadburn.pages.dev", "074ff59hdo02j37aj-ch9in201.pages.dev", @@ -1776,6 +1774,7 @@ "airdropsahara.com", "airdropsalert.bar", "airdropsalert.click", + "airdropsalert.onl", "airdropsalert.pro", "airdropsalert.sbs", "airdropsalert.xyz", @@ -38526,6 +38525,7 @@ "resoiv.net", "resoiv.org", "resolbinan.shop", + "resolenddexpro.com", "resolution-evolve.com", "resolution-mainnet.live", "resolution-mainnets.live", @@ -46743,6 +46743,7 @@ "ultimative-bank.com", "ultiverse.top", "ultra-defiprotocol.network", + "ultra-wavedigitalgrid.web.app", "ultrabasefirmware.com", "ultrabasenode.com", "ultrabaseprotocol.online", @@ -53009,8 +53010,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "airdropsalert.onl" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/app/all.json b/all/app/all.json index cafc47849..ea842da51 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -2824,6 +2824,7 @@ "trustwalletweb.app", "trustweb3wallet.app", "turbomixer.app", + "ultra-wavedigitalgrid.web.app", "ultrawebconnect.netlify.app", "unibot-dashbord.app", "unibot-trade.app", diff --git a/all/com/all.json b/all/com/all.json index f1f10010f..820a27ddc 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -12456,6 +12456,7 @@ "resettools-apiprotoocol.com", "resettoolsprotocolrpc.com", "resettoolsrpc.com", + "resolenddexpro.com", "resolution-evolve.com", "resolution-panel.com", "resolutioncenterdapplive.000webhostapp.com", diff --git a/all/onl/all.json b/all/onl/all.json index 33befcb79..ac5b45fac 100644 --- a/all/onl/all.json +++ b/all/onl/all.json @@ -1,4 +1,5 @@ [ + "airdropsalert.onl", "centrifuge.onl", "dappradar.onl", "polkadot.onl", diff --git a/meta/2025-12.json b/meta/2025-12.json index c0f57e0a2..0242b20d8 100644 --- a/meta/2025-12.json +++ b/meta/2025-12.json @@ -1,4 +1,16 @@ [ + { + "date": "2025-12-03", + "url": "airdropsalert.onl" + }, + { + "date": "2025-12-03", + "url": "resolenddexpro.com" + }, + { + "date": "2025-12-03", + "url": "ultra-wavedigitalgrid.web.app" + }, { "date": "2025-12-02", "url": "4tokenbnb.com" diff --git a/package.json b/package.json index 2308e96c0..60d953ce5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.24-10-x", + "version": "0.25.24-11-x", "versions": { - "git": "0.25.24-10-x", + "git": "0.25.24-11-x", "npm": "0.25.23" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e0f6855c2..5be9078af 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.24-10-x", + "version": "0.25.24-11-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 213f2c4aa..81eeeb709 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.24-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.24-11-x' };