diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7a5fd89e4..fd348893e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 489 Jaco Bump deps (incl. TS) (#2900) 469 Tim Janssen Update all.json (#2899) 465 Frank Update all.json (#2892) - 398 mhusnirizal Update all.json (#2898) + 399 mhusnirizal update all.json (#2901) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 19 alineherzman Update address.json (#2896) diff --git a/all.json b/all.json index 2980480ee..d7c253092 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ "zapto.org" ], "deny": [ - "themainnetglobal.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -12311,6 +12310,7 @@ "thegoldasset.org", "thehumaniod.com", "themainnetconnect.online", + "themainnetglobal.com", "themetalord.net", "themetamask.io", "thenear.net", diff --git a/all/com/all.json b/all/com/all.json index a4d7dddfc..255cdfd27 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -5093,6 +5093,7 @@ "theden-token.com", "theflokidrop.com", "thehumaniod.com", + "themainnetglobal.com", "thepolkadotgroup.com", "theprimeapeplanetmint.com", "therestoreservices.com", diff --git a/meta/2023-02.json b/meta/2023-02.json index 9225c36ba..ba7fc8cde 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -79,6 +79,10 @@ "date": "2023-02-03", "url": "synchconnect.net" }, + { + "date": "2023-02-03", + "url": "themainnetglobal.com" + }, { "date": "2023-02-03", "url": "thenear.net" diff --git a/package.json b/package.json index 8de1ecc56..ac89b8e2c 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-21-x", + "version": "0.19.2-22-x", "versions": { - "git": "0.19.2-21-x", + "git": "0.19.2-22-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c526b9959..0801a998b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-21-x", + "version": "0.19.2-22-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d165a92ff..11dddc7ca 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.19.2-21-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-22-x' };