diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 904841b7b..e76f7d754 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 1179 Tim Janssen Update all.json (#5181) 1150 Frank Update all.json (#5183) - 717 mhusnirizal update all.json (#5182) + 718 mhusnirizal update all.json (#5184) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 124 alineherzman Update all.json (#5113) diff --git a/all.json b/all.json index 98e34d894..988ba3f09 100644 --- a/all.json +++ b/all.json @@ -31,7 +31,6 @@ "zapto.org" ], "deny": [ - "lushai.pages.dev", "0-chain.com", "000000000000000000000deadburn.pages.dev", "074ff59hdo02j37aj-ch9in201.pages.dev", @@ -23778,6 +23777,7 @@ "lunotradingcompany.com", "luntoken.xyz", "luplepts.site", + "lushai.pages.dev", "luvasti.com", "luxowallets.com", "lvucaa.top", diff --git a/all/dev/all.json b/all/dev/all.json index 2521db83b..43005b1ad 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -1460,6 +1460,7 @@ "lonkpost.pages.dev", "loudsync.pages.dev", "lucrativerev.pages.dev", + "lushai.pages.dev", "lybramigrationfix.pages.dev", "lytwalletsdapp.pages.dev", "m-cloudverse-opsec.pages.dev", diff --git a/meta/2025-07.json b/meta/2025-07.json index eb5363be9..9a70dc9ac 100644 --- a/meta/2025-07.json +++ b/meta/2025-07.json @@ -47,6 +47,10 @@ "date": "2025-07-06", "url": "leagueoftraders-airdrop.io" }, + { + "date": "2025-07-06", + "url": "lushai.pages.dev" + }, { "date": "2025-07-06", "url": "naorisprotocol-live.xyz" diff --git a/package.json b/package.json index 0a562e753..9a81bed79 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.15-18-x", + "version": "0.25.15-19-x", "versions": { - "git": "0.25.15-18-x", + "git": "0.25.15-19-x", "npm": "0.25.14" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ca45a4ace..24d18f41e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.15-18-x", + "version": "0.25.15-19-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 84cc6aa24..e7b8bc797 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.15-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.15-19-x' };