diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 515b31e63..c9c1634a8 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) - 86 alineherzman Update all.json (#4528) + 87 alineherzman Update all.json (#4530) 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 c8e8a2ce2..1841f9f01 100644 --- a/all.json +++ b/all.json @@ -43,7 +43,6 @@ "0x-protocol.com", "0x-web3redrop.net", "0x0ai.org", - "mythh.top", "0x0aiclaim-dao.com", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x0portal.app", @@ -20498,6 +20497,7 @@ "mytdapp-alerts.com", "myterraclaims.com", "mytesrwallet.com", + "mythh.top", "mytokenaffix.com", "mytokenencrypt.com", "mytokenfidiamondhand.online", diff --git a/all/top/all.json b/all/top/all.json index 1d3325121..ec8fdff8e 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -224,6 +224,7 @@ "multidappsyncfix.top", "multistalks-server.top", "multistalks-site.top", + "mythh.top", "namadacoin.top", "namprotocol.top", "network-manta.top", diff --git a/meta/2024-07.json b/meta/2024-07.json index aaeb93125..41c0145af 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-07-19", + "url": "mythh.top" + }, { "date": "2024-07-18", "url": "mobkh.top" diff --git a/package.json b/package.json index e22a02559..307b63280 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.2-7-x", + "version": "0.23.2-8-x", "versions": { - "git": "0.23.2-7-x", + "git": "0.23.2-8-x", "npm": "0.23.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b03b6891a..ec5ccf481 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.2-7-x", + "version": "0.23.2-8-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 9ff140c4e..e0ede68b2 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-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.2-8-x' };