diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d88604aad..f5e60913e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 578 Mich Update all.json (#2287) 461 Jaco Remove invalid firebaseapp listing (#2316) - 334 mhusnirizal update all.json (#2318) + 335 mhusnirizal update all.json (#2321) 281 Frank Update all.json (#2305) 249 Tim Janssen Update all.json (#2320) 94 michalisFr Added 0 new domains (#2303) diff --git a/all.json b/all.json index a8590d8e3..cadb5409c 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ "zapto.org" ], "deny": [ - "web3services.us", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -12858,6 +12857,7 @@ "web3rpcnode.com", "web3rpcnodes.com", "web3rpcsync.com", + "web3services.us", "web3settings.online", "web3solution.org", "web3sycndapp.live", diff --git a/meta/2022-09.json b/meta/2022-09.json index 9f2b5aa32..281c4887b 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -43,6 +43,10 @@ "date": "2022-09-26", "url": "syncrypto-service.bytemayhem.space" }, + { + "date": "2022-09-26", + "url": "web3services.us" + }, { "date": "2022-09-25", "url": "0xfc0d6cf33e38bce7ca7d89c0e292274031b7157a.live" diff --git a/package.json b/package.json index 975806e42..b52d3fcb1 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-7-x", + "version": "0.18.10-8-x", "versions": { - "git": "0.18.10-7-x", + "git": "0.18.10-8-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4f0a9854f..7c8e39e6f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-7-x", + "version": "0.18.10-8-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 da7683fd2..7aff90d5e 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-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-8-x' };