diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0cc8e8181..f1f5f2947 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 394 Mich Update all.json (#1177) + 395 Mich Update all.json (#1180) 352 Jaco Skip uniques test on master branch (to be deduped) (#1179) 130 mhusnirizal update all.json (#1176) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index 122fa5dee..9b35616ae 100644 --- a/all.json +++ b/all.json @@ -7,7 +7,6 @@ "0vwwuniswap.top", "123-informatica.com", "16-b.it", - "connectsecuredweb3.org", "1776coin.org", "1inch-network.net", "1inch-wallet.org", @@ -667,6 +666,7 @@ "connectsdapp.me", "connectsdapps.com", "connectsecure.land", + "connectsecuredweb3.org", "connectsmartdapp.com", "connectsmartdapps.net", "connectsvalidation.site", diff --git a/meta/2022-02.json b/meta/2022-02.json index 865c1f5e2..415e1a40f 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -11,6 +11,10 @@ "date": "2022-02-27", "url": "chainscansystem.com" }, + { + "date": "2022-02-27", + "url": "connectsecuredweb3.org" + }, { "date": "2022-02-27", "url": "correctnode.center" diff --git a/package.json b/package.json index 9baf50943..58e63b6ee 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.229", + "version": "0.8.230", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index dabfe766b..626e58456 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.229", + "version": "0.8.230", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ad3d44bff..ad359c827 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.8.229' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.230' };