diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6583467c8..6444538e8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 506 Frank Update all.json (#3005) 504 Tim Janssen Update all.json (#3002) - 495 Jaco 0.19.3 (#2997) + 496 Jaco Add missing crosscheck entries (#3003) 408 mhusnirizal update all.json (#3006) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 275dc1279..ea0729a66 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ "zapto.org" ], "deny": [ - "polkastartercom.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -10587,6 +10586,7 @@ "polkastarterairdrops.com", "polkastarterapp.com", "polkastarterbonus.live", + "polkastartercom.com", "polkastarterconnect.com", "polkastarterdasboert.com", "polkastartergo.com", diff --git a/all/com/all.json b/all/com/all.json index 371d5d271..23220c14e 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -4174,6 +4174,7 @@ "polkastarter.za.com", "polkastarterairdrops.com", "polkastarterapp.com", + "polkastartercom.com", "polkastarterconnect.com", "polkastarterdasboert.com", "polkastartergo.com", diff --git a/meta/2023-02.json b/meta/2023-02.json index a952b7fc4..5c53ce90d 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -1231,6 +1231,10 @@ "date": "2023-02-19", "url": "peckont.site" }, + { + "date": "2023-02-19", + "url": "polkastartercom.com" + }, { "date": "2023-02-19", "url": "polkasupport.netlify.app" diff --git a/package.json b/package.json index e7811badd..73ac2901d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.4-5-x", + "version": "0.19.4-6-x", "versions": { - "git": "0.19.4-5-x", + "git": "0.19.4-6-x", "npm": "0.19.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 42666687b..a75e31d64 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.4-5-x", + "version": "0.19.4-6-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 088ebb52f..2e5b56b77 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.19.4-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.4-6-x' };