diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e188af810..490413b91 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 255 mhusnirizal update all.json (#1821) 177 Frank Update all.json (#1826) 79 michalisFr Update all.json (#1540) - 64 thwjanssen89 Update all.json (#1828) + 65 thwjanssen89 Update all.json (#1829) 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 9ad016257..28b273be2 100644 --- a/all.json +++ b/all.json @@ -6,7 +6,6 @@ "0vvwwuniswap.top", "0vwwuniswap.top", "123-informatica.com", - "app.activatewallet.me", "12345678987654321.link", "16-b.it", "162.222.226.37", @@ -341,6 +340,7 @@ "app-wallets.ml", "app-walletsolutions.com", "app-wasync.com", + "app.activatewallet.me", "app.elksfinance.com", "app.kavaapp.net", "app.multiverseapps.xyz", diff --git a/meta/2022-07.json b/meta/2022-07.json index 62d942988..9dbd6c43f 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -11,6 +11,10 @@ "date": "2022-07-16", "url": "anycryphelp.com" }, + { + "date": "2022-07-16", + "url": "app.activatewallet.me" + }, { "date": "2022-07-16", "url": "appcorepage.live" diff --git a/package.json b/package.json index bc22c9863..a98bb199b 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.17.3-32-x", + "version": "0.17.3-33-x", "versions": { - "git": "0.17.3-32-x", + "git": "0.17.3-33-x", "npm": "0.17.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b23ad39e4..69391616d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.3-32-x", + "version": "0.17.3-33-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 3f480cfb5..afbc208cf 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-32-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.3-33-x' };