diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 44f1d7b03..9119482ed 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 458 Jaco Add missing cross-check entries (#2239) 323 mhusnirizal update all.json (#2238) 258 Frank Update all.json (#2235) - 224 Tim Janssen Update all.json (#2240) + 225 Tim Janssen Update all.json (#2241) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 4b9d56ef8..7f37cd07a 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "chainwallet.42web.io", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1384,6 +1383,7 @@ "chainvalidation.live", "chainvalidator.tech", "chainwall.org", + "chainwallet.42web.io", "chainwalletconnectdapp.com", "channeldatasync.org", "chargedefi.solutions", diff --git a/meta/2022-09.json b/meta/2022-09.json index 3c8dfa54c..cf33b94fc 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-09-11", + "url": "chainwallet.42web.io" + }, { "date": "2022-09-10", "url": "chainlinkauth.site" diff --git a/package.json b/package.json index aeb586e86..7b9a3351c 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-60-x", + "version": "0.18.8-61-x", "versions": { - "git": "0.18.8-60-x", + "git": "0.18.8-61-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c359afb77..172ea572c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-60-x", + "version": "0.18.8-61-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 394110609..01bb3b27f 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-60-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-61-x' };