diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d29c91092..062093ec6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 334 Jaco Remove polkadot.energy (#1040) 105 mhusnirizal update all.json (#1055) 77 michalisFr Update all.json (#1036) - 31 frankywild Update all.json (#1031) + 32 frankywild Update all.json (#1057) 26 Bill Laboon Add Polkapromo.com (#1035) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/meta/2022-02.json b/meta/2022-02.json index 18bb4715e..a58c0379f 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -3,6 +3,10 @@ "date": "2022-02-05", "url": "beets-fi.com" }, + { + "date": "2022-02-05", + "url": "bitcryptowallets.com" + }, { "date": "2022-02-05", "url": "colabland.io" @@ -31,6 +35,10 @@ "date": "2022-02-05", "url": "deficollab.org" }, + { + "date": "2022-02-05", + "url": "dex-connect.online" + }, { "date": "2022-02-05", "url": "fixupwallet.org" @@ -59,6 +67,10 @@ "date": "2022-02-05", "url": "metamusk.us" }, + { + "date": "2022-02-05", + "url": "mintconnectchain.com" + }, { "date": "2022-02-05", "url": "mintlazytigerwoodclubs.com" @@ -87,6 +99,10 @@ "date": "2022-02-05", "url": "polygon-tehcnalagy.org" }, + { + "date": "2022-02-05", + "url": "reconnect-sync.com" + }, { "date": "2022-02-05", "url": "sahndbox.com" diff --git a/package.json b/package.json index 2e17e98bb..20e1dc122 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.121", + "version": "0.8.122", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8f08431f0..1f7b6f7f6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.121", + "version": "0.8.122", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6b7155874..87eeb2b5f 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.121' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.122' };