diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 11a5865f2..515b31e63 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 85 alineherzman Update all.json (#4525) + 86 alineherzman Update all.json (#4528) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 19 Tarik Gul 0.23.1 (#4519) 18 Josip Š Update all.json (#4408) diff --git a/all.json b/all.json index 831612048..59b45388c 100644 --- a/all.json +++ b/all.json @@ -39,7 +39,6 @@ "0ver.network", "0vvwvuniswap.top", "0vvwwuniswap.top", - "mobkh.top", "0vwwuniswap.top", "0x-protocol.com", "0x-web3redrop.net", @@ -19531,6 +19530,7 @@ "mobilewcfix.com", "mobilewctool.tech", "mobileworldappsstore.xyz", + "mobkh.top", "mobwallet.co", "mocrypto.net", "modalwebvault.com", diff --git a/all/top/all.json b/all/top/all.json index 489bd053c..1d3325121 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -217,6 +217,7 @@ "minipepe.top", "mint-optimism.top", "mnhmo.top", + "mobkh.top", "moonbeamnetwork.top", "mpnfu.top", "multidappsfixsync.top", diff --git a/meta/2024-07.json b/meta/2024-07.json index 3c8bf146c..aaeb93125 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-07-18", + "url": "mobkh.top" + }, { "date": "2024-07-17", "url": "99bitcolns.com" diff --git a/package.json b/package.json index 893dbc5bc..e22a02559 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.2-6-x", + "version": "0.23.2-7-x", "versions": { - "git": "0.23.2-6-x", + "git": "0.23.2-7-x", "npm": "0.23.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 909eb3879..b03b6891a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.2-6-x", + "version": "0.23.2-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index dc2eaf268..9ff140c4e 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.23.2-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.2-7-x' };