diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cf89d0e16..187395d58 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 575 Mich Update all.json (#2119) 455 Jaco Additional url (as per issues logged) (#2177) - 309 mhusnirizal update all.json (#2184) + 310 mhusnirizal update all.json (#2185) 248 Frank Update all.json (#2181) 202 Tim Janssen Update all.json (#2183) 93 michalisFr Added 0 new domains (#2143) diff --git a/all.json b/all.json index 1c05bc0dd..31e2333fb 100644 --- a/all.json +++ b/all.json @@ -26,7 +26,6 @@ "zapto.org" ], "deny": [ - "verifychainsync.netlify.app", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -10541,6 +10540,7 @@ "verifyassets.net", "verifyauthnet.com", "verifychain.org", + "verifychainsync.netlify.app", "verifycollab.io", "verifyconnect.org", "verifycryptowallet.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 9c7dae2de..725288ec3 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -23,6 +23,10 @@ "date": "2022-09-04", "url": "syncresolved.online" }, + { + "date": "2022-09-04", + "url": "verifychainsync.netlify.app" + }, { "date": "2022-09-03", "url": "air-sora.com" diff --git a/package.json b/package.json index be2c8995e..458d60f72 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-11-x", + "version": "0.18.8-12-x", "versions": { - "git": "0.18.8-11-x", + "git": "0.18.8-12-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 46b22dbcd..73ebe1fb6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-11-x", + "version": "0.18.8-12-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b82f27460..9408fa355 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.8-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-12-x' };