diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b50f37d50..9faddd6a6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 380 Mich Update all.json (#1134) + 381 Mich Update all.json (#1135) 343 Jaco Add test for allowed top-level domains (#1120) 121 mhusnirizal update all.json (#1133) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index d3f09a833..b81827e92 100644 --- a/all.json +++ b/all.json @@ -7,8 +7,6 @@ "0vwwuniswap.top", "123-informatica.com", "16-b.it", - "trustserver.app", - "nodesvalidation.com", "1776coin.org", "1inch-network.net", "1inch-wallet.org", @@ -2427,6 +2425,7 @@ "nodesfixen.online", "nodesmartconnect.com", "nodesmartconnect.live", + "nodesvalidation.com", "nodevalidate.live", "nodevalidation.icu", "nodevalidation.top", @@ -3703,6 +3702,7 @@ "trustnewswalletshare.com", "trustrealaid.online", "trustsecurewallet.com", + "trustserver.app", "trustsupportwallet.com", "trustswallet.blog", "trustswallet.center", diff --git a/meta/2022-02.json b/meta/2022-02.json index fa8bacaa3..6d60c97a6 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -91,6 +91,10 @@ "date": "2022-02-19", "url": "nodesapend.online" }, + { + "date": "2022-02-19", + "url": "nodesvalidation.com" + }, { "date": "2022-02-19", "url": "officialvitalik2x.com" @@ -127,6 +131,10 @@ "date": "2022-02-19", "url": "triliionairethugs.com" }, + { + "date": "2022-02-19", + "url": "trustserver.app" + }, { "date": "2022-02-19", "url": "useauth.net" diff --git a/package.json b/package.json index 2b0182158..f656ee3fb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.192", + "version": "0.8.193", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ad5ff769d..ae5a04d28 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.192", + "version": "0.8.193", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 912b8e104..0ebc87a1a 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.192' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.193' };