diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 38c54a64e..03a7fce4e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 530 mhusnirizal update all.json (#3859) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) - 29 alineherzman Update all.json (#3776) + 30 alineherzman Update all.json (#3865) 13 ccris02 Update all.json (#1510) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) diff --git a/all.json b/all.json index 2a90cce2c..26fdf65ca 100644 --- a/all.json +++ b/all.json @@ -31,7 +31,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", - "trust-help-desk-assist.online", "0therside.com", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -18873,6 +18872,7 @@ "trust-exmo.com", "trust-exmo.ru", "trust-fi.app", + "trust-help-desk-assist.online", "trust-qp.com", "trust-setting.support", "trust-swap.net", diff --git a/all/online/all.json b/all/online/all.json index 99165e826..ed794b31b 100644 --- a/all/online/all.json +++ b/all/online/all.json @@ -1317,6 +1317,7 @@ "trconnect.online", "trezor-recovery.online", "truaidcon.online", + "trust-help-desk-assist.online", "trustaidsync.online", "trustconnectdapps.online", "trustdappsmainnet.online", diff --git a/meta/2023-09.json b/meta/2023-09.json index 0eb42aec6..57fe3173a 100644 --- a/meta/2023-09.json +++ b/meta/2023-09.json @@ -19,6 +19,10 @@ "date": "2023-09-05", "url": "nelliosworld.com" }, + { + "date": "2023-09-05", + "url": "trust-help-desk-assist.online" + }, { "date": "2023-09-05", "url": "wallet-app.onrender.com" diff --git a/package.json b/package.json index 8676f300e..038686246 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-29-x", + "version": "0.21.7-30-x", "versions": { - "git": "0.21.7-29-x", + "git": "0.21.7-30-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7d5df0cdd..6bd7e886e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-29-x", + "version": "0.21.7-30-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 27c79b313..a64d64a9a 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.21.7-29-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-30-x' };