diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 512962cb1..2b0f857e1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 256 mhusnirizal update all.json (#1830) 178 Frank Update all.json (#1832) 79 michalisFr Update all.json (#1540) - 66 thwjanssen89 Update all.json (#1831) + 67 thwjanssen89 Update all.json (#1833) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) diff --git a/all.json b/all.json index 929d32084..51e1c0f91 100644 --- a/all.json +++ b/all.json @@ -7,7 +7,6 @@ "0vwwuniswap.top", "123-informatica.com", "12345678987654321.link", - "ticketchain.pages.dev", "16-b.it", "162.222.226.37", "1776coin.org", @@ -8287,6 +8286,7 @@ "thorstenschiller.com", "thortrading.com", "ticket-magiceden.io", + "ticketchain.pages.dev", "tidstock.com", "timecryptotoken.com", "times-i-have-multifactor-authenticated-today.com", diff --git a/meta/2022-07.json b/meta/2022-07.json index 848ce0b7f..80dc5352f 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -139,6 +139,10 @@ "date": "2022-07-17", "url": "thewalletauthentication.com" }, + { + "date": "2022-07-17", + "url": "ticketchain.pages.dev" + }, { "date": "2022-07-17", "url": "tokenchainconnectio.xyz" diff --git a/package.json b/package.json index 18b5ab99a..4872ae711 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.17.3-36-x", + "version": "0.17.3-37-x", "versions": { - "git": "0.17.3-36-x", + "git": "0.17.3-37-x", "npm": "0.17.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 62898088f..6e3cee5c5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.3-36-x", + "version": "0.17.3-37-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 80ab3e81e..6f6650527 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.17.3-36-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.3-37-x' };