diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0782b1967..0bf33746c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 382 Mich Update all.json (#1136) + 383 Mich Update all.json (#1138) 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 61594858b..552619020 100644 --- a/all.json +++ b/all.json @@ -7,7 +7,6 @@ "0vwwuniswap.top", "123-informatica.com", "16-b.it", - "polkastartier.com", "1776coin.org", "1inch-network.net", "1inch-wallet.org", @@ -3081,6 +3080,7 @@ "polkastarters.sale", "polkastarters.us", "polkastarterweb.site", + "polkastartier.com", "polkastartor.com", "polkastartre.com", "polkastartrer.com", diff --git a/meta/2022-02.json b/meta/2022-02.json index 0e767bbb9..a863a930c 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -107,6 +107,10 @@ "date": "2022-02-19", "url": "officialvitalik2x.com" }, + { + "date": "2022-02-19", + "url": "polkastartier.com" + }, { "date": "2022-02-19", "url": "protocol-syncc.com" diff --git a/package.json b/package.json index 7ff7cf434..b3b6cf6c5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.194", + "version": "0.8.195", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index bbc9f21a4..d9bc72bb3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.194", + "version": "0.8.195", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 069e03e94..d27b91650 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.194' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.195' };