diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aac96116a..4d7c44205 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 614 mhusnirizal update all.json (#4436) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 62 alineherzman Update all.json (#4437) + 63 alineherzman Update all.json (#4447) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 14 Tarik Gul 0.22.8 (#4438) diff --git a/all.json b/all.json index 4cccbb54c..f45cbfcb3 100644 --- a/all.json +++ b/all.json @@ -45,7 +45,6 @@ "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x0portal.app", "0x0portal.com", - "ohnxz.top", "0x0portal.net", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", "0x483dd3425278c1f79f377f1034d9d2cae55648b6.xyz", @@ -20163,6 +20162,7 @@ "oggyinu.tech", "ogicoin.com", "ogofunole-dashboad.com", + "ohnxz.top", "oiceanarts.online", "oiptmsim.io", "oken.im", diff --git a/all/top/all.json b/all/top/all.json index 6408f123f..7c6deac91 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -187,6 +187,7 @@ "nodevalidation.top", "nrtcoins.top", "nsairdrop.top", + "ohnxz.top", "okx-web3.top", "org-airdr.top", "ousdtoken.top", diff --git a/meta/2024-05.json b/meta/2024-05.json index d9a06e7de..317152bb3 100644 --- a/meta/2024-05.json +++ b/meta/2024-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-05-28", + "url": "ohnxz.top" + }, { "date": "2024-05-27", "url": "accountswebrecover.com" diff --git a/package.json b/package.json index cf5813a11..6c8030259 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.9-4-x", + "version": "0.22.9-5-x", "versions": { - "git": "0.22.9-4-x", + "git": "0.22.9-5-x", "npm": "0.22.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0707c681c..91888f627 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.9-4-x", + "version": "0.22.9-5-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index eb20b3821..0b9982994 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.22.9-4-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.9-5-x' };