diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 83285f5f3..a4eec3da3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,7 +7,7 @@ 97 michalisFr Update address.json (#4380) 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 25 ChainPatrol Bot Add phishing domains from ChainPatrol (5 total) (#5494) + 26 ChainPatrol Bot Add phishing domains from ChainPatrol (3 total) (#5495) 20 Valentin Fernandez 0.25.21 (#5441) 18 Josip Š Update all.json (#4408) 14 crypto-scambaiter Update all.json (#5242) diff --git a/all.json b/all.json index cd643e037..6db3d45d4 100644 --- a/all.json +++ b/all.json @@ -1844,6 +1844,7 @@ "airpepe.com", "airplop.link", "airrmint.com", + "airsdropsalert.lol", "airsmint.com", "airswallets.com", "airswapreward.live", @@ -34960,6 +34961,7 @@ "polkadot-swap.com", "polkadot-technology.com", "polkadot-token.network", + "polkadot-treasury-gov-ui-26ut.vercel.app", "polkadot-trust.site", "polkadot-v2.us", "polkadot-v3.xyz", @@ -52288,9 +52290,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadot-treasury-gov-ui-26ut.vercel.app", - "airsdropsalert.lol" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/app/all.json b/all/app/all.json index f7a336b1d..dc9c655fc 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -2104,6 +2104,7 @@ "polkadot-net.web.app", "polkadot-rectifier.vercel.app", "polkadot-saqib.netlify.app", + "polkadot-treasury-gov-ui-26ut.vercel.app", "polkadot.app", "polkadotjs.app", "polkadotnetwork.app", diff --git a/all/lol/all.json b/all/lol/all.json index 588e71e2e..c3ecf0bce 100644 --- a/all/lol/all.json +++ b/all/lol/all.json @@ -12,6 +12,7 @@ "airdrops-iinea.lol", "airdrpalerts.lol", "airdrpsalert.lol", + "airsdropsalert.lol", "allappsconnectingin.lol", "allchainsnetworkappsynchr.lol", "apecoin-airdropclaim.lol", diff --git a/meta/2025-11.json b/meta/2025-11.json index ae53b9cbd..a72b13399 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -11,6 +11,10 @@ "date": "2025-11-08", "url": "airdrop-unifai.world" }, + { + "date": "2025-11-08", + "url": "airsdropsalert.lol" + }, { "date": "2025-11-08", "url": "app-uniswaps.world" @@ -231,6 +235,10 @@ "date": "2025-11-08", "url": "multichainswiftclaim.app" }, + { + "date": "2025-11-08", + "url": "polkadot-treasury-gov-ui-26ut.vercel.app" + }, { "date": "2025-11-08", "url": "spx6900airdrop.com" diff --git a/package.json b/package.json index 3564e2100..dcf2739f4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-49-x", + "version": "0.25.22-50-x", "versions": { - "git": "0.25.22-49-x", + "git": "0.25.22-50-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 75c0f48da..c11471451 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-49-x", + "version": "0.25.22-50-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 7cfc9f0db..dcc2e8a82 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-49-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-50-x' };