diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a2ba6bab0..08041d38b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 599 Mich Block three scams spread on twitter (#2708) 478 Jaco 0.18.13 (#2769) 425 Frank Update all.json (#2771) - 424 Tim Janssen Update address.json (#2767) + 425 Tim Janssen Update all.json (#2774) 383 mhusnirizal update all.json (#2773) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 00be82204..294746491 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "connectorlogs.pages.dev", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -2385,6 +2384,7 @@ "connectodapp.com", "connectoe.netlify.app", "connectorapp.online", + "connectorlogs.pages.dev", "connectplugdapp.xyz", "connectpro.online", "connectprotocol.live", diff --git a/meta/2023-01.json b/meta/2023-01.json index 70935d57d..9a5aa1fb4 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -39,6 +39,10 @@ "date": "2023-01-09", "url": "conectwebsync.live" }, + { + "date": "2023-01-09", + "url": "connectorlogs.pages.dev" + }, { "date": "2023-01-09", "url": "dappquery.netlify.app" diff --git a/package.json b/package.json index 03f0b0028..9dc3eae73 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-3-x", + "version": "0.18.14-4-x", "versions": { - "git": "0.18.14-3-x", + "git": "0.18.14-4-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ee9ba6465..70cc15974 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-3-x", + "version": "0.18.14-4-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 57e704014..edbac5268 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.18.14-3-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-4-x' };