diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9d57bef62..91f730dac 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 568 Mich Update all.json (#1796) 420 Jaco Keep sub-domains in meta, remove from deny (#1801) - 252 mhusnirizal update all.json (#1777) + 253 mhusnirizal update all.json (#1803) 174 Frank Update all.json (#1781) 79 michalisFr Update all.json (#1540) 54 thwjanssen89 Update all.json (#1802) diff --git a/all.json b/all.json index 9081a192a..91b40018d 100644 --- a/all.json +++ b/all.json @@ -1,9 +1,6 @@ { "allow": [], "deny": [ - "smartcointechsolution.info", - "smartmainsrestore.com", - "calivangelist.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -909,6 +906,7 @@ "cakedefi-dfi-cstage.com", "cakewalletassist.tips", "calimpolkadot.live", + "calivangelist.com", "camavan.com", "camelneedlesnft.com", "capita1ltradeoption.com", @@ -7327,6 +7325,7 @@ "smartcointechsolution.biz", "smartcointechsolution.click", "smartcointechsolution.com", + "smartcointechsolution.info", "smartcointechsolution.live", "smartcointechsolution.us", "smartcointechsolution.xyz", @@ -7378,6 +7377,7 @@ "smartlivechain.com", "smartliveioapps.com", "smartmainnetsync.com", + "smartmainsrestore.com", "smartmatchconnect.com", "smartnetworkrectify.com", "smartnetworkrectify.live", diff --git a/meta/2022-07.json b/meta/2022-07.json index 18bff915f..515b202fb 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-07-13", + "url": "calivangelist.com" + }, { "date": "2022-07-13", "url": "defirevalid.com" @@ -7,6 +11,14 @@ "date": "2022-07-13", "url": "freesoftinc.x10.mx" }, + { + "date": "2022-07-13", + "url": "smartcointechsolution.info" + }, + { + "date": "2022-07-13", + "url": "smartmainsrestore.com" + }, { "date": "2022-07-13", "url": "webwalletdapps.net" diff --git a/package.json b/package.json index 43c015863..d3f7a77f6 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.17.3-12-x", + "version": "0.17.3-13-x", "versions": { - "git": "0.17.3-12-x", + "git": "0.17.3-13-x", "npm": "0.17.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 00f007f85..e5b869dca 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.3-12-x", + "version": "0.17.3-13-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5f8705646..8cd6a8e37 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.17.3-12-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.3-13-x' };