diff --git a/CONTRIBUTORS b/CONTRIBUTORS index edbfaa83f..6c862517c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 578 Mich Update all.json (#2287) 462 Jaco Bump TS (#2337) - 342 mhusnirizal update all.json (#2345) + 343 mhusnirizal update all.json (#2357) 291 Frank Update all.json (#2355) 260 Tim Janssen Update all.json (#2353) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 6fc6c15a9..ab0c108c5 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ "zapto.org" ], "deny": [ - "mainetnodesfix.live", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -5834,6 +5833,7 @@ "mainetfix.online", "mainetintegration.com", "mainetmerge.info", + "mainetnodesfix.live", "mainetonline.com", "mainetonline.org", "mainetscanrectify.com", diff --git a/meta/2022-10.json b/meta/2022-10.json index 966b50a5a..7b4c7efea 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-10-03", + "url": "mainetnodesfix.live" + }, { "date": "2022-10-02", "url": "app.flowstringapp.com" diff --git a/package.json b/package.json index 511cb0d3d..5dfb823ca 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-38-x", + "version": "0.18.10-39-x", "versions": { - "git": "0.18.10-38-x", + "git": "0.18.10-39-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0932c2043..9afb865aa 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-38-x", + "version": "0.18.10-39-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index bd94be3a3..08da3401b 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.10-38-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-39-x' };